<style >
/* ===============================
		   PLM Video Gallery
		   =============================== */
.videoSwiper {
    padding: 0 55px 55px;
}


.video-thumb {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(0,0,0,.18);
    background: #fff;
}


    .video-thumb img {
        width: 100%;
        display: block;
        transition: transform .3s ease;
    }


    .video-thumb:hover img {
        transform: scale(1.05);
    }


.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 3px 12px rgba(0,0,0,.8);
    opacity: .95;
    transition: transform .25s ease;
}


.video-thumb:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.15);
}


.video-title {
    margin-top: 12px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    min-height: 2.8em;
}


/* ===============================
		   Swiper Navigation
		   =============================== */


.videoSwiper .swiper-button-next,
.videoSwiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,.65);
    color: #fff;
    transition: background .2s ease, transform .2s ease;
}


    .videoSwiper .swiper-button-next:hover,
    .videoSwiper .swiper-button-prev:hover {
        background: #005A9C;
        transform: scale(1.1);
    }


    .videoSwiper .swiper-button-next:after,
    .videoSwiper .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }


.videoSwiper .swiper-button-prev {
    left: 0;
}


.videoSwiper .swiper-button-next {
    right: 0;
}



/* ===============================
		   Pagination
		   =============================== */


.videoSwiper .swiper-pagination-bullet-active {
    background: #005A9C;
}



/* ===============================
		   Modal Video
		   =============================== */


#ShowcaseVideo {
    border: 0;
    display: block;
}


.modal-dialog {
    max-width: 900px;
}


.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


    .embed-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


</style >
