@charset "utf-8";
/*EX to SM*/
@media (max-width: 767.98px) {}

/*EX to MD*/
@media (max-width: 991.98px) {}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	dl.products>dd>figure>p {max-height: 135px;}
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)
   and (max-width: 767.98px) {
	dl.products>dd>figure>p {max-height: 225px;}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
   and (max-width: 991.98px) {
	dl.products>dd>figure>p {max-height: 200px;}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px)
   and (max-width: 1199.98px) {
	dl.products>dd>figure>p {max-height: 203px;}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	dl.products>dd>figure>p {max-height: 248px;}
}
@media (min-width: 1281px) {
	dl.products>dd>figure>p {max-height: 248px;}
}