.uns-videos {
    margin: 1em 0;
    padding: 1.5em;
}

.videos-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    background-color: transparent;
    margin-top: .8em;
    width: 204%;    
    position: relative;
    transition: left ease 150ms;
}

.video-frame {
    height: 253px;
    background-color: #d6d6d6;;
    background-image: url(/img/gif/loading.gif);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
}

.player-data,
.player {
    background-color: #e6e6e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    max-width: 450px;
}

.player {
    position: relative;
    height: 375px;
    width: 450px;
}

.player-data {
    padding: .5em 1.3em 1em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 260px;
    height: 115px;
    width:100%;
}

.video-title {
    margin: 0 0 .8em 0;
    height: 3em;
    overflow: hidden;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.4em;    
}

.video-title.dummy,
.playlist-title.dummy,
.playlist-meta.dummy {
    background-color: #dadada;
    border-radius: 25px;
    margin-bottom: .3em;
    height: 21px;   
}

.video-title.dummy {
    width: 100%;
    margin-bottom: 2.5em;
}

.playlist-title.dummy {
    width: 35%;
    margin: 0 0 1.3em 0;
}

.playlist-meta.dummy {
    width: 75%;
}

.playlist-title {
    margin: 0 0 1.3em 0;
    text-transform: uppercase;
    font-size: 1.15em;
}   

.playlist-title a {
    color: #292929;
    text-decoration: none;
}

.playlist-title a:hover,
.playlist-title a:focus,
.playlist-title a:active {
    color: #159de0;
    text-decoration: underline;
}

.playlist-meta {
    color: #4d4d4d;
    margin: 0;
    font-size: 1.1em;
}

.video-slide-control {
    display: flex;
    justify-content: space-between;
    margin: 0.9rem 0px;
    height: 31px;
}

.video-slide-control button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: .3em 0.5em;
}

.video-slide {
    padding: 0 1em;
    overflow: hidden;
}

.video-slide-control .left span {
    padding-left: .6em;
}

.video-slide-control .right span {
    padding-right: .6em;
}

.video-slide-control button:hover,
.video-slide-control button:focus,
.video-slide-control button:active {
    outline: none;
    color: #159de0;
    text-decoration: underline;
}

.fallback {
    padding-top: 1em;
    display: flex;
    align-items: start;
}

.fallback video {
    width: 640px;
    height: 360px;
}

.fallback-title {
    margin-top: 0;
    font-size: 1.3em;
    line-height: 1.7em;
}

.fallback-description {
    font-size: 1.1em;
}

.fallback-description-wrapper {
    margin: 0 0 0 2em;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
