.bhmc-list{
    width:100%;
}
.bhmcl-cover {
    border-radius: 10px;
	width: 100% !important;
	height: 175px!important;
    background-size: cover!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
}

@media (max-width: 400px) {
	.bhmcl-cover {
		height: 160px!important;
	}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .bhmcl-cover {
        height: auto!important;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: portrait) {
	.bhmcl-cover {
		height: 180px!important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
	.bhmcl-cover {
		height: 200px!important;
	}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
	.bhmcl-cover {
		height: 200px!important;
	}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
	.bhmcl-cover {
		height: 300px!important;
	}
	
}
/*iPad(3, 4 and Pro 9.7) portrait ,iPad(1, 2, Mini and Air) portrait  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)  {
	.bhmcl-cover {
		height: 280px!important;
	}
	
}
/*iPad(3, 4 and Pro 9.7) portrait ,iPad(1, 2, Mini and Air) landscape  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
	.bhmcl-cover  {
		height: 380px!important;
	}
}

/*iPad(Pro 10.5) portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait)  {
	.bhmcl-cover {
		height: 320px!important;
    }
}
/*iPad(Pro 10.5) landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape)  {
	.bhmcl-cover {
		height: 420px!important;
	}
}

/*iPad(Pro 12.9) portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
	.bhmcl-cover img {
		height: 520px!important;
	}

}
/*iPad(Pro 12.9) landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
	.bhmcl-cover img {
		height: 620px!important;
	}
	

}  
