#holidaysDiv {
    background-image: url('/storage/app/media/holidays/christmasworkshop.jpg');
    height: 400px;
    background-position: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #holidaysDiv {
        height: 103px;
        background-position: center;
        background-size: 100%
    }
}

