@media screen and (max-width: 1024px) {
	.ecr-thumbnail {
	    min-height: 292px;
	}
}

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

@media screen and (max-width: 768px) {
	.ecr-thumbnail {
	    min-height: 268px;
	}
}

@media screen and (max-width: 767px) {
	.ecr-thumbnail{
		min-height: auto;
	}
}

@media screen and (max-width: 650px) {
    
}

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

@media screen and (max-width: 400px) {

}

@media screen and (max-width: 360px) {
    
}

@media screen and (max-width: 320px) {

}