@charset "UTF-8";

@media screen and (max-width: 576px) {
	img.main {
		object-position: 100% 50% !important;
	}
}

@media screen and (min-width: 577px) and (max-width: 768px) {
	img.main {
		object-position: 100% 50% !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	img.main {
		object-position: 100% 50% !important;
	}
}

@media screen and (min-width: 1001px) {
	img.main {
		object-position: 100% 50% !important;
	}
}

