

/* Ipad Landscape & Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}


/*Ipad Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}

/* Ipad Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}



/* iPhone 6+, 7+ and 8+ Landscape & Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}


/* iPhones 6+, 7+, 8+ Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}


/* iPhones 6+, 7+, 8+ Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}


/* iPhone X Landscape & Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}


/* iPhone X Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}


/* iPhone X Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape) {
.Deew3-hide-smallIP{display:none!important}.Deew3-mobile{display:block;width:100%!important}
}