.hero-music{
    background: url(./assets/images/music-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 95vh;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 3rem 0;
}

iframe{
    width: 80%;
    height: 80vh;
    border: 2px solid #E4CA8F;
    border-radius: 20px;
}

.music-section{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

@media screen and (max-width: 1370px){
    iframe{
        height: 70vh;
        width: 70%;
    }
}

@media screen and (max-width: 756px){
    iframe{
        width: 95vw;
        height: 50vh;
    }
}