﻿.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.banner h2{
    font-size:2.5rem;
    letter-spacing: 5px;
}
.banner p{
    font-size:1rem
}
.video-wrap{padding:5rem 10%}
.video-wrap .video{position:relative;margin-bottom:.5rem}
button.btn {
    width: 3.8em;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin-left: -1.9em;
    margin-top: -1.9em;
    background: transparent;
    border: 0;
    cursor: pointer
}
.video-info {
    display:flex;
    justify-content:space-between;
    align-items:center
}
.video-title{flex:1 1 0%}
.video-title img{width:1.5rem;margin-right:.25rem;vertical-align:text-bottom}
.video-title span{vertical-align:text-bottom;line-height:1}
.duration{color:#ccc;font-size:0.8rem}
.video-wrap .item{margin-bottom:3rem}