#desk_ad img {
    width: 100% !important;
}
@media (max-width: 1017px) {
    #desk_ad .button {
        bottom: 45px !important;
    }
}
@media (max-width: 786px) {
    #desk_ad .button {
        bottom: 27px !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
#static_module_overlay {
    padding: 28px 30px 24px 30px; 
    background-color: #29217A; 
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s
}
#static_module_overlay:hover {
    background-color: #7840CF;   
}