﻿.clip-path{
    clip-path: path("M450 269 V0 H0 v269.3 c33.75 46.78 68.85 85.02 105.08 114.39 c44.1 35.26 84.15 53.05 119.78 53.38 c36 -0.33 75.83 -18.13 119.78 -53.38 C381 354.1 416.5 315.6 450 269 z");
    width: 450px;     
    height: 450px;    
    display: block;
    object-fit: fill; 
}

.clip-path_imgcont{
    margin: -40px;
    transform: scaleY(0.75);
    transform-origin: top center;
    display: block;
}

.margin-top-15{
    margin-top: -15%;
}