@media (max-width: 1100px) {
    .about-right {
        background: url('../../images/05b.jpg') center / cover no-repeat;
        object-fit: contain;


    }
}


@media (max-width: 800px) {
    .about-right {
        display: none;
        flex-direction: row;
        background: url('../../images/05b.jpg') center / cover no-repeat;
        background-size: contain;

    }

    .about-left {
        width: 100%;
    }

    .about-content {
        width: 100%;
        flex-direction: row;
        padding: 0;


    }

    .about-text {
        padding: 120px 1.5em 0;
        text-align: center;
        justify-content: center;
    }

    .h2-about {

        font-size: 3.5em;

    }

    .p-about {
        margin: 0 auto;
        padding-bottom: 2.5em;


    }

    .studio-gallery {
        margin: 5em auto;
        width: 16em;
    }

    .about-responsive-background {
        display: flex;
        flex-direction: column;
        background: url('../../images/06a.jpg') center / cover no-repeat;
        width: 100%;



    }

    .about-responsive-background-overlay {

        background: rgba(0, 0, 0, 0.7);
        height: 100%;





    }
}