
.aboutImgContainer {
    background-image: url("../images/about_small.jpg");
    background-position: bottom;
    background-size: cover;
}

.aboutTextContainer {
    padding-bottom: 120px;
}

/* Only on mobile */
@media only screen and (max-width : 768px) {
    .aboutImgContainer {
        padding: 0 0 0 0;
        height: calc(80vh - 69px - 68px);
    }

    .aboutTextContainer {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

/* Only on Desktop */
@media only screen and (min-width : 769px) {
    .aboutImgContainer {
        overflow: hidden;
        height: calc(100vh - 69px - 68px);
    }

    .aboutContainer {
        margin-left: 20px;
        margin-right: 20px;
    }
}