



@media screen and (min-width: 501px) {
    .ock_videostyle{
        height: 560px;
        max-width: 315px;
    }  
    

    .ock_headline_share{
        font-size: 59px !important;
    
        display: block;
    }
    
}

@media screen and (max-width: 500px) {
    
    .ock_videostyle{
        width: 90%;
        max-height: 90%;
    }

    .ock_photostyle{
        width: 90%;
    }

    .ock_headline_share{
        font-size: 40px !important;
    
        display: block;
    }
    
}