﻿/* All devices*/
.video-image-module {
    padding-bottom: 40px;
}
.video-image-module .col { 
    padding-left:6px;
    padding-right:6px;
}
.video-image-module .header {
    padding-top:0;
    margin-bottom: 15px;
}
.video-image-module .video-image-row {
    margin-bottom:15px;
}
.video-image-module p.bottom {
    bottom: 20px;
}

/* Allow .video-image-container to be used outside of .video-module */
.video-image-container {
    position: relative; 
    min-height:60px;
}
.video-image-container .image-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    opacity: 0.8;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
}
.video-image-container .icon-container {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #fff;
    border-radius: 12px;
    height: 24px;
    width: 24px;
}
.video-image-container .icon-container .glyphicon { 
    color: #fff; 
    font-size:10px;
    top: -2px;
    left: 9px;
}
.video-image-container:hover .icon-container { 
    opacity:0.5;    
}
.video-image-container .image-link:focus .icon-container { 
    outline: thin dotted #000; 
    outline-offset:2px; 
}
.video-image-container + .text-link {
    padding-top: 8px;
    display:block;
}
.video-image-container:hover + .text-link { text-decoration: underline }

/* Carousel Version */
.video-image-module-carousel {
    position:relative;
}
.video-image-module-carousel .slider {
    height:250px;
    overflow:hidden;
    margin-bottom:0;
}
.video-image-module-carousel .slider-cover {
    height:100%;
    margin-bottom:0;
}

@media (min-width: 768px) {   
    .video-image-container.icon-large {
        min-height:80px;
    }
    .video-image-container.icon-large .image-gradient {
        height:80px;
    } 
    .video-image-container.icon-large .icon-container {
        bottom: 16px;
        right: 16px;
        border-radius: 16px;
        height: 32px;
        width: 32px;
    }
    .video-image-container.icon-large .icon-container .glyphicon { 
        top: 2px;
        left: 13px;
    }
}

@media (min-width: 992px) {    
    .video-image-container.icon-large {
        min-height:100px;
    }
    .video-image-container.icon-large .image-gradient {
        height:100px;
    }
    .video-image-container.icon-large .icon-container {
        bottom: 20px;
        right: 20px;
        border-radius: 20px;
        height: 40px;
        width: 40px;
    }
    .video-image-container.icon-large .icon-container .glyphicon { 
        font-size:14px;
        top: 7px;
        left: 16px;
    }
    .video-image-container.icon-medium {
        min-height:80px;
    }
    .video-image-container.icon-medium .image-gradient {
        height:80px;
    }
    .video-image-container.icon-medium  .icon-container {
        bottom: 16px;
        right: 16px;
        border-radius: 16px;
        height: 32px;
        width: 32px;
    }
    .video-image-container.icon-medium .icon-container .glyphicon { 
        top: 2px;
        left: 13px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .video-image-module .video-image-row > .col:not(:last-child) {
        margin-bottom:20px;
    }
}

/* Print*/
@media print {
    .video-image-container .image-gradient,
    .video-image-container .icon-container {
        display:none;
    }
}