/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/


@media only screen and (max-width: 600px) {
	.pt_home_top_m hr {  display: none; }
	.pt_home_top_m .pt_vid_fixed_height { min-height: 0; max-height: 0; clear: both; margin-bottom: 25px; }
}

.video-latest-list .video-thumb .video-duration { bottom: auto; top: 4px;}

@media only screen and (max-width: 600px) {
    .videos .slick-slide {
        opacity: 0;
    }

    .videos .slick-slide.slick-current.slick-active {
        opacity: 1;
    }

}