.resurses-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.resurses-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.resurses-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.resurses-video-unmute {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: none;
    color: white !important;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.resurses-video-unmute:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
