19 lines
285 B
CSS

@media (min-width: 1600px) {
#logoBlock {
text-align: left;
}
.container.static-page {
max-width: 1280px !important;
}
.lm-left-panel .linzmaster-lenses {
max-height: 340px;
}
.mobile-nowrap-carousel > div.item-wrap {
flex: 0 0 16.6%;
max-width: 16.6%;
}
}