h1{
    text-align: center;
}

body{
    font-family: 'Lato', sans-serif !important;
}

*.youtube-videogallery-container {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 50%;
    margin: auto;
    border: 1px solid #4dafbd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

*.youtube-videogallery-item {
		/*display: inline-block;*/
		line-height: 0;
		list-style: none;
		/*overflow: hidden;*/
		width: 100%;
		/* margin: 2.5%; */
		border-bottom: 1px solid #4dafbd;
		position: relative;
}

*.youtube-videogallery-item:last-child{
    border: 0;
}

*.youtube-videogallery-compact {
    font-size: 0;
}
*.youtube-videogallery-compact *.youtube-videogallery-item,
*.youtube-videogallery-compact *.youtube-videogallery-img{
    box-shadow: 0 0 0;
    border-radius: 0;
    margin: 0 0 0 0;
}

*.youtube-videogallery-item:hover{
    background-color: #f5f8f9;
    transition: all 300ms;
}

*.youtube-videogallery-compact *.youtube-videogallery-title {
    font-size: 12px;
}
a.youtube-videogallery-link {
    display: inline-block;
    /* position: relative; */
}
a.youtube-videogallery-link:hover img.youtube-videogallery-play, 
a.youtube-videogallery-link:focus img.youtube-videogallery-play {
	opacity: 0.7;
}
*.youtube-videogallery-play {
    right: 0;
    opacity: 1;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
}
*.youtube-videogallery-title {
    bottom: 0;
    color:#1983A3;
    display: block;
    /* max-height: 1.5em; */
    left:0;
    line-height: 59px;
    /*overflow: hidden;*/
    position: absolute;
    /* text-align: center; */
    width: 100%;
    z-index: 1;
    /* margin-bottom: -35px; */
    font-weight: 600;
    padding-left: 140px;
    height: 60px;
    box-sizing: border-box;
}
*.youtube-videogallery-allowtitle *.youtube-videogallery-title {
    max-height: 100%;
}
*.youtube-videogallery-img {
    /*border-radius: 5px;*/
    width: 60% !important;
    position: relative;
    top: -17px;
}

.crop {
    overflow: hidden;
    display: block;
    height: 58px;
    position: relative;
}

*.youtube-videogallery-screen-reader-only {
    position: absolute;
    left:-9999px;
}
div.youtube-videogallery-bodycover {
    background-color: #000;
    height: 100%;
    left:0;
    opacity: 0;
    position: absolute;
    top:0;
    width:100%;
    z-index: 1000;
}
div.youtube-videogallery-display {
    background-color: #113c46;
    border-radius: 5px;
    /*box-shadow: 3px 3px 7px #000;*/
    left:50%;
    opacity: 0;
    padding: 7px;
    position: fixed;
    top:50%;
    z-index: 1001;
}

.crop{
    overflow: hidden;
}

div.youtube-videogallery-bodycover,
div.youtube-videogallery-display {
    transition: all 300ms;
    transform: scale(0);
    -webkit-transform: scale(0);
}
body.youtube-videogallery-active div.youtube-videogallery-bodycover,
body.youtube-videogallery-active div.youtube-videogallery-display {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
}
body.youtube-videogallery-active div.youtube-videogallery-bodycover {opacity: 0.5}
body.youtube-videogallery-active div.youtube-videogallery-display { opacity: 1}