
/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* RESPONSIVE CSS */
/*///////////////////////////////////////////////////////////////////////////////////////////*/



@media (min-width:992px) {
	
}


/* 768 x 1024 (Laptop) */

@media (min-width:992px) and (max-width:1199px) {
	
}

/* end min-width:992px and max-width:1199px */


/* 768 x 1024 (iPad - Portrait) */

@media (max-width:991px) {
	.block1 .sidebar{
	  background-image: url("../images/video_conf_hor_notch.png");
	  background-repeat: no-repeat;
	  background-position: 50% 0px;
	}
	.block1 .sidebar .title{
	  background-image: none;
	  background-position: 0;
	}	
}

/* end max-width:991px */


@media (max-width:991px) and (min-width:768px) {
	
	
}

/* end max-width:991px and min-width:768px */


/*480 x 640 (small tablet and iPhone)*/

@media (max-width:767px) {	
	
}

/* end max-width:767px */


@media (max-width:767px) and (min-width:480px) {
	
}

/*320 x 480 (iPhone)*/

@media (max-width:480px) {
	
}
