@media only screen and (max-width: 1239px){
	.img-fill{
		min-height: auto;
    height: 600px;
    background-position: top;
    background-size: contain;
    background-color: transparent !important;
	}
}

@media only screen and (max-width: 720px){
	.img-fill{
    height: 300px;
	}
}

@media only screen and (max-width: 440px){
	.img-fill{
    height: 200px;
	}
}