.crophl {
    width       :790px;
    height      :350px; 
    object-fit  :cover;}

.crop1 {
    width       :160px; 
    height      :110px;
    object-fit  :cover;
    margin-right:10px;}

/* height of container */

@media screen and (max-width: 700px){
	.crophl {width     :700px;}
	.crop1 {
   		width          :120px;
    	height         :83px;
    	margin-right   :10px;}
}

@media screen and (max-width: 650px){
    .crophl {width: 650px;}
}

@media screen and (max-width: 600px){
    .crophl {width: 600px;}
}

@media screen and (max-width: 550px){
    .crophl {width: 550px;}
}

@media screen and (max-width: 500px){
    .crophl {width: 500px;}
}

@media screen and (max-width: 450px){
    .crophl {width: 450px;}
}

@media screen and (max-width: 400px){
    .crophl { width: 400px; }
}

@media screen and (max-width: 350px){
    .crophl { width: 350px; }
}

@media screen and (max-width: 300px){
    .crophl { width: 300px; }
}