/* Less than 991px*/
@media (max-width: 991px){
    /*=======================================
    	GLOBAL
    ========================================*/


    /*=======================================   
		FEATURES
    ========================================*/
	.infoSection img{
		display:none;
	}
}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {

}