#vodcast_page .vod_primo .flex-fill {
    padding: 15px;
}

#vodcast_page .vod_primo p,
#vodcast_page .box_episodi p {
    margin-bottom: 0px;
    line-height: 35px;
}

#vodcast_page .loghi_spotyyt {
    justify-self: left;
}

#vodcast_page .logo_spotyt {
    max-width: 150px;
    max-height: 45px;
    margin-right: 15px;
}

#vodcast_page .bg-first-pink {
    background-color: #F1E2DE;
}

#vodcast_page .bg-other-pink {
    background-color: #F9F1EF;
}

#vodcast_page .text-white {
    color: white !important;
    border: none;
}

#vodcast_page .no-mobile {
    display: block;
}

@media screen and (max-width: 992px) {
    #vodcast_page .vod_primo {
        flex-direction: column-reverse;
    }

    #vodcast_page .testo_principale p {
        text-align: center !important;
    }

    #vodcast_page .no-mobile {
        display: none !important;
    }

    #vodcast_page .hero .placeholder::before {
        padding-bottom: 38% !important;
    }
}