/* Less variables */ @import "../../core/less/variables.less"; /* ------------------------- */ #manifestText { margin-top: 140px; } #lilyInterview { margin-top: 100px; margin-bottom: 120px; } .pageTitle { width: 345px; float: right; margin-right: 120px; } #manifestText p { .themeP; } #manifestText h1 { font-weight: bold; .themeH; } #questionsAnswers { margin-left: 20px; margin-top: 186px; width: 400px; margin-bottom: 200px; } #questionsAnswers p { margin: 0px; padding: 0px; line-height: 22px; .textP } #questionsArticle { margin-bottom: 20px !important; } .video { height: 700px; background-color: @navColor; } .video iframe { width: 100%; height: 100%; } #cornerImage { height: 260px; width: 335px; background-image: url("../images/shampooCorner.png"); background-size: 380px; background-repeat: no-repeat; background-position: -4px 17px; position: absolute; right: 0px; bottom: 0px; } #lilyInterview p { .themeP; } #lilyInterview h1 { font-weight: bold; .themeH; } #moreQuestions { margin-top: 140px; margin-left: 20px; } #moreQuestions p { margin: 0px; padding: 0px; line-height: 22px; .textP; } .beforeFooter { height: 90px; background-color: #FFF; } // Responsive @media (max-width: 1220px) { #manifestText, #lilyInterview { margin-right: 70px; } } @media (max-width: 1050px) { #manifestText, #lilyInterview { margin-right: 0px; } } @media (max-width: 980px) { #manifestText, #lilyInterview { width: 270px; } #manifestText h1, #lilyInterview h1 { margin-top: 10px; font-size: 30px; } #manifestText p, #lilyInterview p { font-size: 16px; } #questionsAnswers { width: 95%; } } @media only screen and (max-width: 640px) { #manifestText { margin-right: 0px; float: left; margin-left: 10%; margin-top: 60px; } #manifestText p { font-size: 16px; } #manifestText h1 { font-size: 30px; margin-top: 20px; } .col-sm-6 { padding: 0px; } .manifest { height: 225px; } #questionsAnswers { margin-top: 0px; margin-left: 10%; width: 80%; margin-bottom: 130px; } #questionsAnswers p { display: none; } #questionsAnswers #questionsArticle { display: block; } .video { height: 320px; } #lilyInterview { margin-top: 60px; width: 80%; margin-left: 10%; float: none; margin-bottom: 0px; } #lilyInterview p { font-size: 16px; } #lilyInterview h1 { font-size: 30px; margin-top: 20px; } #cornerImage { display: none; } #moreQuestions { width: 80%; margin-left: 10%; margin-top: 25px; margin-bottom: 100px; } #moreQuestions p { float: left; margin: 0 5px; } #moreQuestions .collinsInterview { float: none; width: 155px; } .beforeFooter { height: 60px; } } @media (min-width: 640px) { .col-sm-6 { width: 50%; float: left; } } @media (max-width: 400px) { #lilyInterview h1 { font-size: 23px; font-size: 30px; } #manifestText h1 { font-size: 23px; } #manifestText { width: 220px; } }