transform: translateX(-50%) !important;
}
- @media @smartphone {
+ @media @fullscreen {
width: 100% !important;
+ max-width: 100% !important;
max-height: 100% !important;
top: 0 !important;
}
.caption {
background-color: #fff;
+ position: absolute;
a.back, a.back:hover, a.back:focus {
background-color: #000;
padding: 65px;
@media @small {
- padding: 15px;
+ padding: 60px 15px 15px;
}
- @media @smartphone {
- max-height: calc(100vh - 40px) !important;
+ @media @fullscreen {
+ max-height: 100vh !important;
}
&::-webkit-scrollbar-track {
@import "book-variables";
-@smartphone: ~"screen and (max-width: 334px)";
@small: ~"screen and (max-width: 640px)";
@medium: ~"screen and (max-width: 800px)";
-@large: ~"screen and (min-width: 1280px)";
\ No newline at end of file
+@fullscreen: ~"screen and (max-width: 1023px)";
+@large: ~"screen and (min-width: 1280px)";