/*** == About Page == ***/

.main-banner {
    padding-bottom: 0
}

.about-banner:after {
    display: table;
    clear: both;
    content: '';
}

.about-banner img {
    margin: 0;
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
}

.about-banner h2 {
    position: absolute;
    right: 0;
    top: 60px;
    font-weight: 300;
    font-size: 4.000em;
    margin: auto !important;
}

@media(max-width: 1199px) {
    .about-banner img {
        max-width: 550px;
    }
    .about-banner h2 {
        font-size: 3.500em
    }
}

@media(max-width: 991px) {
    .about-banner img {
        max-width: 500px;
    }
    .about-banner h2 {
        font-size: 2.500em
    }
}

@media(max-width: 767px) {
    .about-banner img {
        max-width: 500px;
        margin: auto;
    }
    .about-banner h2 {
        font-size: 10vw;
        position: static;
        top: 0;
        display: block;
        margin-bottom: 3vw !important;
    }
}
