/* 0 - 600PX: Phone 600 - 900px: Table portrait 900 - 1200px: Tablet landscape [1200 - 1800] is where our nortal styles apply 1800px + : Big desktop */ /* Media Query M3 */ /* Grid breakpoints */ .newsletter { background: red; } .container { padding: 0 40px; } .thumbImg, .figure, .carouselThumbBorder { width: 90px; height: 90px; } .productImagesThumb { width: 90px !important; height: 90px !important; margin: 0 16px 0 0; } .productImageTag, .productImageTag--main { max-width: 100%; max-height: 100% !important; margin-bottom: 16px; } .carouselGaleryThumbs, .carouselGaleryCursor, .carouselContainer, .productImagesContainer, .productImagesContainer--carousel, .content { max-width: 664px; margin: 0; } @media screen and (min-width: 1920px) { .carouselGaleryThumbs, .carouselGaleryCursor, .carouselContainer, .productImagesContainer, .productImagesContainer--carousel, .content { max-width: 904px; } } @media screen and ((min-width: 1025px) and (max-width: 1200px)) { .carouselGaleryThumbs, .carouselGaleryCursor, .carouselContainer, .productImagesContainer, .productImagesContainer--carousel, .content { max-width: 500px; } }