fix video
This commit is contained in:
parent
f4bb8c75bc
commit
40152bb19c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue