fix video

This commit is contained in:
rulingcom 2021-10-13 06:24:00 +00:00
parent f4bb8c75bc
commit 40152bb19c
1 changed files with 5 additions and 4 deletions

View File

@ -108,22 +108,23 @@
} }
} }
&,& .jp-jplayer{ &,& .jp-jplayer{
height: calc(100vw /16 * 9) !important;
@media(min-width:1801px){ @media(min-width:1801px){
height: 1080px; height: 840px;
.ad-overlay{ .ad-overlay{
bottom: 50%; bottom: 50%;
position: absolute; position: absolute;
} }
} }
@media screen and (min-width:1451px) and (max-width:1800px){ @media screen and (min-width:1451px) and (max-width:1800px){
height: 800px; height: 760px;
.ad-overlay{ .ad-overlay{
bottom: 40%; bottom: 40%;
position: absolute; position: absolute;
} }
} }
@media screen and (min-width:1281px) and (max-width:1450px){ @media screen and (min-width:1281px) and (max-width:1450px){
height: 800px; height: 760px;
.ad-overlay{ .ad-overlay{
bottom: 50%; bottom: 50%;
position: absolute; position: absolute;
@ -151,7 +152,7 @@
} }
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height: 800px; height: 760px;
.ad-overlay{ .ad-overlay{
top: 17%; top: 17%;
position: absolute; position: absolute;