.logo-text {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 390px;
    text-align: center;
}

.logo-text span {
    display: block;
}

.about {
    background-image: url('../images/Mobile-Windscreen-Banner-3.jpg');
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
}

.about .description {
    margin-top: 15px;
}

.banner-cartinting {
    background-image: url('../images/cartinting-banner.jpg');
    background-position: 50% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-cartinting:before {
    background-color: #222;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .logo-text {
        margin-top: 60px;
        max-width: 100%;
    }
    .logo-text span {
        display: inline;
    }
    
    .about {
        background: #222 !important;
    }
    
    .about .description {
        font-size: 1.3rem;
        line-height: 30px;
        margin-top: 0;
    }

    .banner-cartinting .buttons a {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
}