.rotate-image {
             transform: rotate(90deg);
            
            margin-top: 100px;
        }
        
.cropped-ofp {
width: 150px; 
height: 100%; 
object-fit: cover;
object-position: 25% 25%; 
}

.crop{
width:170px;
height: 400px;
}
.crop3{
width:240px;
height: 400px;
}
.normal{
width:100%;
}