/* Geo-Alt Caption */

#modal-content-battery .image-container .typography-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11.5%;
	text-align: center;
	color: #6e6e73;
}

@media only screen and (max-width: 734px) {
	#modal-content-battery .image-container .typography-caption {
		bottom: 21.5%;
	}
}

@media only screen and (max-width: 480px) {
	#modal-content-battery .image-container .typography-caption {
		bottom: 17.5%;
	}
}
