fix video
This commit is contained in:
parent
f4bb8c75bc
commit
40152bb19c
|
@ -108,22 +108,23 @@
|
|||
}
|
||||
}
|
||||
&,& .jp-jplayer{
|
||||
height: calc(100vw /16 * 9) !important;
|
||||
@media(min-width:1801px){
|
||||
height: 1080px;
|
||||
height: 840px;
|
||||
.ad-overlay{
|
||||
bottom: 50%;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width:1451px) and (max-width:1800px){
|
||||
height: 800px;
|
||||
height: 760px;
|
||||
.ad-overlay{
|
||||
bottom: 40%;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width:1281px) and (max-width:1450px){
|
||||
height: 800px;
|
||||
height: 760px;
|
||||
.ad-overlay{
|
||||
bottom: 50%;
|
||||
position: absolute;
|
||||
|
@ -151,7 +152,7 @@
|
|||
}
|
||||
}
|
||||
@media(max-width: $screen-xs){
|
||||
height: 800px;
|
||||
height: 760px;
|
||||
.ad-overlay{
|
||||
top: 17%;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue