.main-section {
	aspect-ratio: 48 / 27.5;
	max-width: 1920px !important;

}

.review-section {
	aspect-ratio: 240 / 167;
	max-width: 1920px !important;
}

.compare-section {
	aspect-ratio: 160 / 113;
	max-width: 1920px !important;
}

.search-section {
	aspect-ratio: 1920 / 988;
	max-width: 1920px !important;
}

/* slice5 */
.lowprice-section {
	aspect-ratio: 1920 / 1660;
	max-width: 1920px !important;
}

/* slice6 */
.advantage-section {
	aspect-ratio: 1920 / 1676;	
	max-width: 1920px !important;
}

/* slice7 */
.chart-section {
	aspect-ratio: 1920 / 1310;	
	max-width: 1920px !important;
}

.find-section {
	aspect-ratio: 1920 / 1146;
	max-width: 1920px !important;
}

.contact-section {
	aspect-ratio: 240 / 97;
	max-width: 1920px !important;
}

/*.half-left {
	transform: translateX(-45%);	
}*/


@media (max-width: 767px) {
	/*.half-left {
		transform: unset;
	}*/
	.main-section {
		aspect-ratio: 375 / 772;
	}

	.review-section [data-element_type="container"] {
		aspect-ratio: 375 / 505;
	}

	.search-section {
		aspect-ratio: 375 / 434;
	}

	.compare-section {
		aspect-ratio: 375 / 775;
	}

	.lowprice-section {
		aspect-ratio: 375 / 727;
	}

	.advantage-section {
	
		aspect-ratio: 375 / 670;
	}

	.chart-section {
		aspect-ratio: 375 / 566;
	}

	.find-section {
		aspect-ratio: 375 / 543;
	}

	.contact-section {
		aspect-ratio: 25 / 42;
	}
}
