TRI-283: fix video2

This commit is contained in:
2024-12-04 15:00:44 +03:00
parent 4a58a47a8e
commit 7ba65e73ae
3 changed files with 16 additions and 4 deletions

View File

@@ -96,10 +96,22 @@
opacity: 0;
transition: opacity 0.2s ease-in-out;
pointer-events: none;
position: relative;
@media (min-width: 1720px) {
top: -2px;
}
@media (max-width: 1304.98px) {
top: 10px;
}
@media (max-width: 991.98px) {
top: -4px;
}
@media (max-width: 767.98px) {
position: relative;
top: -4px;
top: 22px;
}
}