img {
    border-radius: 15px !important;
}

.img-circle,
.img-circle figure,
.img-circle img {
    /* max-width: 300px !important; */
    margin: auto;
    clip-path: circle(110px at 50% 50%);
}

.img-superpuesta {
    max-width: 150px !important;
    max-height: 150px !important;
}

.img-small {
    width: 300px !important;
    height: 300px !important;
}

.img-banner {
    width: 200px !important;
    height: 200px !important;
}

.img-medium {
    width: 400px !important;
    height: 400px !important;
}