section {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#social-media {
    padding-top: 0px;
    padding-bottom: 50px;
}

.banner {
    position: relative;
    content: ' ';
    /* background-image: url('/images/background.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: calc(100vh - 190px);
    width: 100%;
}

.release-wrapper {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    opacity: 0.85;
}

.release {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.release .first,
.release .second {
    width: fit-content;
}

.release h6,
.release .title {
    margin-bottom: 5px;
}

.section-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.column-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.columns {
    display: flex;
    align-items: center;
    gap: 50px;
}

.columns .first,
.columns .second {
    width: calc(50% - 25px);
}

.columns .first {
    text-align: right;
}

.band-photo {
    background-image: url('/images/small-band.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 600px;
    height: 400px;
    border-radius: 20px;
    max-width: calc(100% - 30px);
}

.social-media-links {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.cta-btn {
    text-decoration: none;
}

.about-us {
    padding-left: 20px;
}

@media screen and (max-width: 1000px) {
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    section#social-media {
        padding-bottom: 40px;
    }

    .banner {
        width: 100%;
        height: 400px;
    }

    .release-wrapper {
        bottom: 20px;
    }
}

@media screen and (max-width: 840px) {

    .ytplayer-container {
        width: 85vw;
        height: 380px;
    }

    .columns {
        flex-direction: column-reverse;
    }

    .about-us {
        padding: 0;
        text-align: justify;
    }

    .band-photo {
        margin: 0 auto;
        max-width: 100%;
    }

    .release-wrapper {
        bottom: 10px;
    }

    .columns .first,
    .columns .second {
        width: 85vw;
    }
}

@media screen and (max-width: 580px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section#social-media {
        padding-bottom: 30px;
    }

    .banner {
        height: 300px;
    }

    .release-cover {
        height: 100px;
        width: 100px;
    }

    .release h6 {
        font-size: 8px;
    }

    .release .title {
        font-size: 13px;
    }

    .cta-btn {
        padding: 10px;
        font-size: 14px;
    }

    .ytplayer-container {
        width: 85vw;
        height: 290px;
    }
}

@media screen and (max-width: 450px) {
    .band-photo {
        background-position: -170px;
    }
}

@media screen and (max-width: 411px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section#social-media {
        padding-bottom: 10px;
    }

    .banner {
        height: 200px;
    }

    .ytplayer-container {
        width: 85vw;
        height: 230px;
    }

    .band-photo {
        background-position: -200px;
    }
}

@media screen and (max-width: 375px) {
    .band-photo {
        background-position: -225px;
    }
}

@media screen and (max-width: 360px) {
    .band-photo {
        background-position: -235px;
    }
}

@media screen and (max-width: 320px) {
    .band-photo {
        background-position: -255px;
    }
}