
/* splošne nastavitve za video */
.video { position: relative; border: 0; cursor: pointer;}
.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}
.video_title {position:absolute; color:#ffffff; padding: 1rem; max-width: 100%; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
  /* default padding  */
    /*.video_16x9 {padding-bottom: 56.25%;}
    .video_4x3 {padding-bottom: 75%;}
    .video_5x4 {padding-bottom: 80%;}
    .video_1x1 {padding-bottom: 100%;}
    .video_4x5 {padding-bottom: 125%;}
    .video_3x4 {padding-bottom: 133.3%;}
    .video_9x16 {padding-bottom: 177.8%;}*/
  /* konc default padding  */
/* konc splošne nastavitve za video */


.youtube_player, .vimeo_player, .peertube_player {overflow: hidden;}

div.play_btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: no-repeat center center;
    background-size: 72px 72px;
}

