.header .header-logo a img {
    max-height: 120px;
}
@media (min-width: 1025px) {
    .header-menu {
        padding: 0;
   }
    .header-lower {
        padding: 40px 0 40px;
   }
    .header-lower .header-logo {
        padding-right: 0;
        width: auto;
        float: none;
        margin: auto;
        text-align: center;
   }
}
@media (max-width: 1399px) {
    section.content .welcome-section {
        margin-top: 25%;
   }
    section.content .welcome-section .community-pharmacy-logo {
        margin-top: 6vh;
   }
    .header .header-logo a img {
        max-width: 255px;
   }
}
@media (max-width: 1024px) {
    section.content .welcome-section .community-pharmacy-logo {
        margin-top: 4vh;
   }
    section.content .welcome-section {
        margin-top: 7vh;
   }
    .header-logo {
        display: block;
   }
    .header {
        margin-bottom: 65px;
        margin-top: 30px;
   }
    .hide-desktop .choose-store a {
        margin-bottom: 6vh;
   }
    section.content .welcome-section .choose-store a {
        font-size: 2.5vh;
   }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .home-page .choose-store a {
        font-size: 4vh;
   }
}
@media screen and (max-width: 767px) {
    section.content .welcome-section .community-pharmacy-logo img, section.content .welcome-section .community-pharmacy-logo {
        margin-top: 0;
   }
    section.content .welcome-section {
        margin-top: 3vh;
   }
}
