@import url('./components.css');

/* ------- image css ------ */

.img-responsive {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.img-round {
    border-radius: 50%;
}
