1. .img-cantainer {
    2. position: relative;
    3. width: 550px;
    4. height: 300px;
    5. overflow: hidden;
    6. border-radius: 20px;
    7. img {
    8. position: absolute;
    9. top: 50%;
    10. transform: translateY(-50%);
    11. min-height: 100%;
    12. min-width: 100%;
    13. }
    14. }