@media only screen and (min-width:748px) and (max-width:1024px) and (orientation : portrait) {
.video-overlay{margin-top:53px;width:96%}
}
@media only screen and (max-width:568px) and (orientation : portrait) {
.video-overlay{margin-top:29px;width:91%}
}
@media only screen and (min-width:375px) and (max-width:667px) and (orientation : portrait) {
.video-overlay{margin-top:34px;width:92%}
}
@media only screen and (min-device-width:748px) and (max-device-width:1024px) and (orientation : landscape) {
.video-overlay{margin-top:67px;width:97%}
}
@media only screen and (min-width : 321px) and (max-width : 666px) and (orientation : landscape) {
.video-overlay{margin-top:47px;width:95%}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
.video-overlay{margin-top:38px;width:94%}
}
@media only screen and (device-width : 736px) and (orientation : landscape) {
.video-overlay{margin-top:52px;width:96%}
}
@media only screen and (min-device-width : 667px) and (max-device-width:731px ) and (orientation : landscape) {
.video-overlay{margin-top:48px;width:95%}
}
@media only screen and (device-width : 773px) and (orientation : landscape) {
.video-overlay{margin-top:54px;width:96%}
}
@media only screen and (device-width : 732px) and (orientation : landscape) {
.video-overlay{margin-top:53px;width:96%}
}
@media only screen and (device-width : 568px) and (orientation : landscape) {
.video-overlay{margin-top:43px;width:95%}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
.dl-menuwrapper .dl-menu{height:200px;overflow-y:scroll}
}