#cookie-banner {
    display: none !important;
}

.stylized-image.video-container:has(iframe) {
    display: none !important;
}

.social-nav {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .download {
       display: none !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .download>img {
        padding-top: 30px;
        width: 45%;
        height: auto;
        cursor: pointer;

    }



}



@media screen and (min-width: 768px) {
    .download {
        display: none !important;

        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download>img {
        padding: 20px;
        width: 300px;
        height: auto;
        cursor: pointer;
    }
}