Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rs-module-wrap, rs-module, rs-slides {
- visibility: visible;
- width: 100%;
- height: 100%;
- }
- rs-module-wrap {
- height: 100vh;
- }
- .pseudo-slide-wrapper {
- height: 100vh;
- overflow: hidden;
- position: absolute;
- }
- .pseudo-slide {
- height: auto;
- max-width: none;
- width: 100%;
- }
- @media (max-width: 768px){
- .pseudo-slide {
- height: 100%;
- width: auto;
- transform: translateX(-25%);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement