.contacts-photos__video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff6600;
    z-index: 2;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.contacts-photos__video-icon .icon {
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.4));
}

.contacts-photos__video-icon--small {
    width: 26px;
    height: 26px;
}

.contacts-photos__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    display: block;
}

.contacts-photos__thumb-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}