﻿.usas-widget.VideoLink {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.usas-widget.VideoLink .video-widget-container {
    display:inline-block;
    text-align:left;
}
.usas-widget.VideoLink .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.usas-widget.VideoLink .video-responsive iframe {
    left: 0;
    top: 8px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.usas-widget.VideoLink .video-cover-images-container {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
}

.usas-widget.VideoLink .single-video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00b2e1;
    padding: 0 5px;
    opacity: 0.9 !important;
}
.usas-widget.VideoLink .single-video-caption #small-title {
    display: none;
}
.usas-widget.VideoLink .single-video-caption #large-title {
    display: block;
    color: #fff;
}

.usas-widget.usas-widget.VideoLink .cover-image {
    height: 100%;
    width: 100%;
}

.usas-widget.VideoLink .video-cover-image {
    background-color: rgba(15,23,59,0.01);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/ResourcePackages/Usas/assets/dist/images/VideoPlay.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 767px) {
    .usas-widget.VideoLink .single-video-caption {
        height: 65px;
    }
    .usas-widget.VideoLink .single-video-caption #small-title {
        display: block;
    }
    .usas-widget.VideoLink .single-video-caption #large-title {
        display: none;
    }
}

/*.VideoLink .outer-video-containter {
    margin-bottom: 1em;
}
@media (max-width: 767px) {
    .VideoLink .media-slider {
        /*bottom: auto;
        clear: both;
        float: left;
        left: auto;
        position: relative;*/
        /*margin: auto;
        width: 100%;
        max-width: 300px;
    }
    .VideoLink .royalSlider {
        max-height: 200px;
    }
    .VideoLink .single-video-caption {
        height: 65px;
    }
    .VideoLink .single-video-caption #small-title {
        display: block;
    }
    .VideoLink .single-video-caption #large-title {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .VideoLink .royalSlider {
        max-height: 400px;
    }
    .VideoLink .single-video-caption {
        height: 100px;
    }
    .VideoLink .single-video-caption #small-title {
        display: none;
    }
    .VideoLink .single-video-caption #large-title {
        display: block;
    }
    .VideoLink .media-slider {
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    .VideoLink .royalSlider {
        max-height: 400px;
    }
    .VideoLink .single-video-caption {
        height: 100px;
    }
    .VideoLink .single-video-caption #small-title {
        display: none;
    }
    .VideoLink .single-video-caption #large-title {
        display: block;
    }
    .VideoLink .media-slider {
        max-width: 600px;
    }
}
.VideoLink {
    max-width: 800px;
    margin-bottom: 1em;
}
.VideoLink .single-video-caption {
    bottom: 0;
    position: absolute;
    background-color: #00b2e1;
    opacity: 0.9 !important;
    text-align: center;
    width: 100%;
}
.VideoLink .single-video-caption #large-title,
.VideoLink .single-video-caption #small-title {
    text-transform: uppercase;
    color: #fff;
}
.VideoLink .social-media-bar {
    position: relative;
    height: 100%;
    width: 100%;
}

.VideoLink .royalSlider {
    width: 100%;
}

.VideoLink .rsDefault .rsPlayBtnIcon {
    background-color: transparent;
    background-image: url('../../../assets/dist/images/VideoPlay.png');
    background-position: center;
    background-repeat: no-repeat;
}

.VideoLink .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: transparent;
}

.VideoLink .rsNav {
    display: none;
}*/