.a-close {
    border-radius: 45px;
    color: red;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    z-index: 999;
    text-align: center;
    padding: 2px;
}

a.a-close:hover {
    color: dodgerblue;
}

.icons-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

    .icons-play:hover {
        opacity: 0.7;
        transition: all 0.5s;
    }

    .icons-play img {
        max-width: 100px;
        height: auto;
    }
.div-popup-content {
    padding: 15px;
    position: relative;
    background: white;
    border-radius: 10px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
