fix video style
This commit is contained in:
parent
ed93bc73da
commit
27b3d5f5b4
|
@ -176,16 +176,12 @@
|
|||
[id^="jp_video_"]{
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
@media(max-width: 1024px){
|
||||
max-width: fit-content;
|
||||
}
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
max-width: none !important;
|
||||
@media(max-width: 768px){
|
||||
max-width: fit-content;
|
||||
transform: translateX(-25%);
|
||||
}
|
||||
@media(min-width: 1900px){
|
||||
min-width: 100% !important;
|
||||
}
|
||||
}
|
||||
.ad-overlay{
|
||||
background: none;
|
||||
|
|
Loading…
Reference in New Issue