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