
/*@media screen and (min-width:1400px) {*/
@media screen and (min-width: 300px) and (max-width: 1400px) {   
	

	.box{
	  width: 100%;
	  height: 418px;
	  background: #FFF;
	  overflow: hidden;
	  display: block;
	}
	
	
	 
	 .box img{
		  width: 100%;
		  height: auto;
		  display: block;
	}
	@supports(object-fit: cover){
	    .box img{
	      height: 100%;
	      object-fit: fill;
	      object-position: center center;
	      display: block;
	    }
	}
	

}



@media screen and (min-width: 1400px) and (max-width: 2000px) {   
	

	.box{
	  width: 100%;
	  height: 530px;
	  background: #FFF;
	  overflow: hidden;
	  display: block;
	}
	
	
	 
	 .box img{
		  width: 100%;
		  height: auto;
		  display: block;
	}
	@supports(object-fit: cover){
	    .box img{
	      height: 100%;
	      object-fit: fill;
	      object-position: center center;
	      display: block;
	    }
	}
	

}




