.vxd-embed-play {
    border: 4px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    transition: all 300ms;
}

.vxd-embed-image-overlay {
    cursor: pointer;
    height: 650px;
}

.vxd-embed-image-overlay:hover .vxd-embed-play {
    width: 200px;
    height: 200px;
}

.vxd-embed-image-overlay img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .vxd-embed-play {
        width: 120px;
        height: 120px;
        font-size: 16px;
    }
  
 
    
}