<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveWideWidth) {
.Responsive .xfa_ec_img {
background-size: cover !important;
}
}
/* TABLET */
@media (max-width:@maxResponsiveMediumWidth) {
.Responsive .xfa_ec_img {
background-size: cover !important;
}
}
/* MOBILE */
@media (max-width:@maxResponsiveNarrowWidth) {
.Responsive .xfa_ec_img {
background-size: cover !important;
}
}
</xen:if>