#slideshow {
top: -170px;
width: 100vw;
- @media only screen and (max-width: 1024px) {
- top: 0;
- position: relative;
- }
}
*::-ms-backdrop, #slideshow {
top: -170px;
width: 100vw;
- @media only screen and (max-width: 1024px) {
- top: 0;
- position: relative;
- }
+ }
+ }
+ @media only screen and (max-width: 1024px) {
+ #slideshow {
+ top: 0;
+ position: relative;
+ }
+ *::-ms-backdrop, #slideshow {
+ top: 0;
+ position: relative;
}
}
</style>