<>
@media(min-width: 992px) {
.desktop {
background: url('/themes/custom/tripit_theme/images/interstitial-desktop.jpeg');
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
}
}
@media(max-width: 992px) {
.mobile {
background: url('/themes/custom/tripit_theme/images/interstitial-mobile.jpeg');
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
}
}
>