
.image-container {
    display: inline-block;
    width: 20vmin;
    height: 20vmin;
    overflow: hidden;
    border-radius: 50%;
    margin: 2vh;
}
.image-container img,video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}