.header-1 {
    top: inherit;
    position: absolute;
    padding: 20px 50px 20px 50px;
}
        .banner-img {
    display: block;
    width: 100%;
}

.overlay {
    padding-top: 150px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.banner-box-1 {
    padding: 60px;
}
.film-studio-logo {
    width: 195px;
    height: auto;
}
.banner-top {
    background-color: #000000;
    height: auto;
}


        .card {
            margin-bottom: 10px;
            margin-top: 10px;
            background: #1f1f1f;
            border-radius: 10px;
            padding: 16px;
            transition: 0.3s;
        }

        .card:hover {
            background: #262626;
        }



        /* Badges */
        .badge {
            padding: 6px 10px;
            border-radius: 6px;
            font-size: 13px;

        }

        .spotify-artist {
            background: #1db954;
            max-width: 65px;

        }

        .apple-artist {
            background: #ff4f5a;
            max-width: 100px;
        }

        .youtube-artist {
            background: #ff0033;
            max-width: 70px;
        }



        .youtube-iframe {
            padding: 5px;
            border-radius: 0px;
            background-color: #ffffff;
            box-shadow: 0px 5px 15px 0px rgb(0 81 250 / 20%);
            margin: 15px auto;
            width: 100%;
            height: auto;
            min-height: 326px;
        }

        p {
            margin-top: 10px;
            color: #ffffff;
            line-height: 1.5;
            font-size: 16px;
            font-weight: 700;
        }

        @media (min-width: 481px) and (max-width: 1024px) {

            .youtube-iframe {
                min-height: 265px;
            }

        }

        @media (min-width: 320px) and (max-width: 480px) {


            .youtube-iframe {
                min-height: 200px;
            }


        }