.about-section {
    background-image: url(../images/Background.png);
}

.about-section {
    background-image: url(../images/bgbio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 60%; */
}

.about-wrapper {
    width: 23vw;
    height: auto;
    /* margin: 0 auto; */
    padding-left: 13vw;
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #fff;
}

.about-wrapper {
    width: 34vw;
    height: auto;
    /* margin: 0 auto; */
    padding: 2vw 0;
    padding-left: 13vw;
    font-size: 1.2vw;
    line-height: 1.8vw;
}

.aboutlogo {
    text-align: center;
}

.aboutInner {
    /* overflow-y: scroll; */
    height: 90vh;
}

.about-section.mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .aboutInner {
        /* overflow-y: scroll; */
        height: 70vh;
    }
}

@media only screen and (max-width: 1023px) {
    .aboutInner {
        /* overflow-y: scroll; */
        height: 40vh;
    }
}

@media only screen and (max-width: 767px) {
    .about-section {
        display: none;
    }
    .about-section.mobile {
        display: block;
        position: relative;
        background-image: url(../images/bgbio-mob.png);
    }
    .aboutInner {
        overflow-y: scroll;
        height: 85vh;
    }
    .about-wrapper.mobile {
        position: absolute;
        bottom: 0;
        font-size: 16px;
        line-height: 20px;
        width: 310px;
        margin: 0 auto;
        padding-left: 0;
        left: 0;
        right: 0;
        margin-bottom: 10px;
        /* position: relative;
        top: auto;
        font-size: 16px;
        line-height: 20px;
        width: 310px;
        margin: 0 auto;
        padding-left: 0;
        left: auto;
        right: auto; */
    }
    .aboutlogo {
        padding: 10% 0;
    }
    span.sepr.settings {
        display: none;
    }
    /* .about-section {
        background-image: url(../images/mobileBio.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    } */
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .aboutInner {
        overflow-y: scroll;
        height: 80vh;
    }
}