@media screen and (max-width: 900px) {
    .d-mob {
        display: none !important;
    }

    .wh-450{
        width: 280px !important;
        height: 280px !important;
    }

    .h-400{
        height: 280px !important;
    }

    #info{
        margin-top: 0px !important;
    }
}