.crop {
        
        height: 150px;
        overflow: hidden;
	background-repeat: no-repeat;
	width-max: 200px;
}

.crop2 {
    width: 200px; /* width of container */
    height: 200px; /* height of container */
    object-fit: cover;
    object-position: 20% 10%; /* try 20px 10px */ 
    border: 5px solid black;
}


.logo {
    
  max-width: 400px;
  height: auto;

}
