@media only screen and (max-width: 1100px) {
    #new-release {
        background-image: none !important;
    }
    
    #new-release-image-and-video {
        flex-direction: column;
        gap: 60px;
        

        height: auto !important;
    }

    #new-release-image {
        width: 100% !important;
        height: auto !important;
    }

    #new-release-link {
        width: 100%;
    }
}

#new-release {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;

    padding: 30px;

    /*background-color: var(--pop);*/
    background-image: url("../images/noise-texture-darker.webp"),
                      linear-gradient(to bottom, var(--bg), var(--pop), var(--bg));

    background-blend-mode: color-dodge;
}

#new-release-image-and-video {
    display: flex;
    justify-content: space-around;

    align-items: center;

    width: 100%;
    height: 400px;

    /*filter: drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 25px #000) drop-shadow(0px 0px 40px #000);*/
    filter: drop-shadow(0px 0px 20px #000);
}

#new-release-image {
    height: 100%;

    transition: all 0.2s ease-in-out;
}




#new-release-image:hover {
    transform: scale(1.05);
}

#anaconda-label {
    width: 100%;
    opacity: 0.1;

    background-color: #6b3f3f;
}

#new-release-yt-embed {
    height: 100%;
    aspect-ratio: 16 / 9;
}

#main-photo {
    padding: 30px;
    width: 100%;
}