.quit-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10000;
    max-width: 30px;
    max-height: 30px;
    overflow: hidden;
    cursor: pointer;
}

.quit-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}