@import '_template'; /* Begin scentsations page */ .scentsations-page{ .titleLead{ width: 319px; img{ max-width: 100%; } } .secDirec{ .txtShellac{ text-align: center; margin-top: 46px; padding-bottom: 50px; } .imgBnr{ width: 233px; bottom: -28px; right: 38px; } } .group-3-images{ display: flex; flex-wrap: wrap; justify-content: center; .item{ margin-right: 30px; &:nth-child(3){ margin-right: 0; } p{ display: block; margin-top: 25px; width: 100%; text-align: center; font-size: 16px; color: #434343; line-height: 24px; } } } .list-group-images-container{ margin-top: 70px; margin-bottom: 114px; h3{ display: block; margin-bottom: 55px; font-size: 24px; line-height: 30px; color: #2f2f2f; text-align: center; } .list-group-images{ display: flex; flex-wrap: wrap; .item{ margin-right: 13px; margin-bottom: 32px; &:nth-child(4n){ margin-right: 0; } .img-contain{ width: 240px; height: 230px; display: flex; justify-content: center; align-items: center; overflow: hidden; img{ display: flex; max-width: 100%; max-height: 100%; } } p{ font-size: 12px; line-height: 18px; color: #2f2f2f; display: block; text-align: center; margin-top: 9px; } } } } } @media screen and (max-width: 768px){ .scentsations-page{ .titleLead{ width: 170px; padding-top: 30px; padding-bottom: 15px; img{ height: auto; position: relative; left: -9px; } } .secDirec{ padding-left: 9px; padding-right: 9px; .txtShellac{ font-size: 15px; line-height: 24px; text-align: left; padding-left: 0; padding-right: 0; padding-bottom: 12px; margin-top: -6px; } .imgBnr{ width: 90px; right: -6px; bottom: 0; } } .group-3-images{ display: block; .item{ display: flex; align-items: center; margin: 0; margin-bottom: 15px; img{ width: 42.8%; } p{ width: 57.2%; padding-left: 15px; margin: 0; text-align: left; font-size: 15px; line-height: 24px; } } } .list-group-images-container{ margin-top: 35px; margin-bottom: 23px; h3{ font-size: 18px; line-height: 20px; margin-bottom: 40px; } .list-group-images{ .item{ width: 33%; margin-right: 0.5%; margin-bottom: 12px; &:nth-child(4n){ margin-right: 0; } .img-contain{ width: 100%; height: auto; } p{ font-size: 10px; line-height: 12px; margin-top: 8px; } &:nth-child(4n){ margin-right: auto; } &:nth-child(3n){ margin-right: 0; } } } } } } @media screen and (max-width: 320px){ } @media screen and (min-width: 769px) and (max-width: 999px){ } /* End scentsations page */