img[src*="playable"] {
    box-shadow: 5px 5px 10px grey;
}

.play {
    position: absolute;
    opacity: 0.7;
    top: 42%;
    font-size: 48px;
    color: #1c87ce;
    cursor: pointer;
}