
@media (min-width: 200px) and (max-width: 991px) {



}



/*===========================================*/
/*	DESKTOP LAYOUT
/*===========================================*/


@media (min-width: 1200px) {


}
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {
	.carousel-widget .item img {
		aspect-ratio: 1/1.75;
		object-fit: cover;
	}

}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {

	[data-ckav-sm*="px-w120"] {
		width: 120px;
	}

	[data-ckav-sm*="px-h250"] {
		height: 250px;
	}

	.carousel-widget .item img {
		aspect-ratio: auto;
		object-fit: cover;
		height: 60vh;
	}

	.nomobile {
		display: none;
	}

	/*#ricoma-mt-1502-8ssection .col-lg-5 {*/
	/*	display: none;*/
	/*}*/

	/*#ricoma-mt-1502-8ssection .col-lg-6 img {*/
	/*	height: 80vh;*/
	/*}*/

	/*#mt-dtf-60-plussection .col-lg-5 {*/
	/*	display: none;*/
	/*}*/

	/*#mt-dtf-60-plussection .col-lg-6 img {*/
	/*	height: 80vh !important;*/
	/*}*/

}


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 767px) {

}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}*/