

#premium_desktop {
    width: 100%;
    height: auto;
    margin: 0 0 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* For medium and smaller devices */
@media (max-width: 768px) {
    #premium_desktop {
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width:768px )and (max-width:1534px) {
    #premium_desktop {
        display: none;
    }
}

/* For mobile screens (max 480px) */
@media (max-width: 480px) {
    #premium_desktop {
        width: 100%;
        margin: 0 auto;
    }
}
