/* Add here all your CSS customizations */

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#video-heading
    {
        font-size: 15px;
        font-weight: 400;
    }
}


/* iPads (portrait) ----------- */
@media only screen and (max-width : 1024px){
#video-heading
    {
        font-size: 18px;
        font-weight: 400;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
#video-heading
    {
        font-size: 20px;
        font-weight: 500;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
#video-heading
    {
        font-size: 20px;
        font-weight: 500;
    }
}