/* ---------- Player ----------- */

.youtube-play-icone {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin-top: -30px;
    margin-left: -30px;
}

.youtube-cover img{
    object-fit: cover;
}

.youtube-play-icone img{
    width: 60px !important;
    height: 60px !important;
}

.youtube-cover .field--type-image {
    float: none;
    margin: 0;
}

