/*This is custom css 1*/
.img-fluid{

    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);!important
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);!important
        padding: 5%;!important
    max-width: 100%;!important
    height: auto;!important

}

footer img .img-fluid{
-webkit-clip-path: polygon(0) !important;
    clip-path: polygon(0) !important;
}


