/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 
/*----- VIDEO GALLERY - Open -----*/
.view-video-gallery-block .slick-list {
    min-height: 345px;
}
.view-video-gallery-block .embedded-video {
    margin-bottom: 0;
    max-width: 60%;
}
 .view-video-gallery-block .slide .slide__content {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
.view-video-gallery-block .slide.slick-center .slide__content {
	margin-left: -20%;
	width: 140%;
}
.view-video-gallery-block .slide.slick-center .slide__content .embedded-video {
	max-width: 100%;
}
.view-video-gallery-block .slide .slide__content,
.view-video-gallery-block .slide.slick-center .slide__content .embedded-video {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		 -o-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
}
/*----- VIDEO GALLERY - Close -----*/