.player_video{
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.player_video span.playliving {
    background-image: url("../images/play_icon_watermark.png");
    display: block !important;
    height: 90px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    z-index: 1;
    text-decoration: none;
}
.player_video div.playerPlaceholder{
    transition: all 0.5s ease 0s;
    border-radius:3px;
}
.player_video div.playerPlaceholder{
    position:relative;
}
.player_video div.playerPlaceholder:hover{
    opacity:0.5;
    transform: scale(1.02);
}
.playerPlaceholder{
    height: 360px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    width: 640px;
    background-size: cover;
}
.privacyAccettata{
    display: none !important;
}
@media all and (max-width: 480px) {
    .playerPlaceholder {
        height: 164px;
        width: 292px;
    }
}
