.container-enhanced{position:relative;padding:0}
.container-enhanced.full-width-container-enhanced{width:100%}
.container-enhanced .desktop-image{display:block;width:100%;height:100%;position:absolute;z-index:-1;top:0}
@media only screen and (max-width:1024px){.container-enhanced .desktop-image{display:none !important}
}
.container-enhanced .tablet-image{display:none;width:100%;height:100%;position:absolute;z-index:-1;top:0}
@media only screen and (min-width:768px) and (max-width:1024px){.container-enhanced .tablet-image{display:block !important}
}
.container-enhanced .mobile-image{display:none;width:100%;height:100%;position:absolute;z-index:-1;top:0}
@media only screen and (max-width:767px){.container-enhanced .mobile-image{display:block !important}
}