/*******************************************
***          YT Framework: css          ***
*******************************************/


/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}

/* sgsits video */

#k2Container.video-layout-k2 .itemList .catItemView{
  width: 33.33% !important;
  float: left !important;
}
.video-layout-k2 .latestItemsContainer{
  width: 100% !important;
}
.video-layout-k2 .latestItemVideoBlock{
  background: none !important;
}

.video-layout-k2 .latestItemVideoBlock h3 {
    display: none !important;
}

/* sgsits video */

