.mainimg img {
	object-position: center 20%;
}

@media screen and (max-width:500px) {
    .mainimg img {
	    object-fit: contain;
	}
  
  .mainimg {
  	            height: 116%;
  }
}