*.youtube-videogallery-container {
    display: block;
    list-style: none;
    /*background-color: #ebebeb;*/
    padding-top: 2%;
    padding-bottom: 2%;
}
*.youtube-videogallery-firstVideo{
    padding-bottom: 2%;
    padding-left:3%;
    list-style: none;
    margin: 0 0 0 0.8rem !important;
}
*.youtube-videogallery-firstVideo *.youtube-videogallery-title {
    font-size: 1.6rem;
    height: 12%;
}
*.youtube-videogallery-firstVideo *.youtube-videogallery-img {
    padding-bottom: 6%;
}
*.youtube-videogallery-firstVideo *.youtube-videogallery-link {
    border-color: #fff;
    border-bottom-color: #EBEBEB;
}
*.youtube-videogallery-firstVideo *.youtube-videogallery-play {
transform: scale(1.7);
}


*.youtube-videogallery-item {
    display: inline-block;
    line-height: 0;
    list-style: none;
	margin-bottom: 10px;
	margin-right: 14px;
    padding-top:2%;
    margin: 0 0 0 3.7rem !important;
	/*overflow: hidden; */
}
*.youtube-videogallery-item:nth-child(2) {
    margin: 0 0 0 0.8rem !important;
}
*.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-compact *.youtube-videogallery-title {
    font-size: 9px;
}
a.youtube-videogallery-link {
    display: inline-block;
	position: relative;
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 4px;
    width:100%;
    right:5%;
   /* widht: 550px;*/
}
a.youtube-videogallery-link:hover img.youtube-videogallery-play, 
a.youtube-videogallery-link:focus img.youtube-videogallery-play {
	opacity: 1;
}
*.youtube-videogallery-play {
	left:50%;
	opacity: 0.7;
	position: absolute;
	top:40%;
	z-index: 1;
}
*.youtube-videogallery-title {
    bottom: 0;
    display: block;
    /*max-height: 1.5em;*/
    left:0;
    line-height: 125%;
    overflow: hidden;
    position: absolute;
    /*text-align: center;*/
    width: 100%;
    z-index: 1;
    background-color: #fff;
    font-size: 1rem;
    height: 25%;
    padding-left:0%;
}
*.youtube-videogallery-allowtitle *.youtube-videogallery-title {
    height: auto;
}

*.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: 100;
}
div.youtube-videogallery-display {
    background-color: #000;
    border-radius: 5px;
    box-shadow: 3px 3px 7px #000;
    left:50%;
    opacity: 0;
    padding: 3px;
    position: fixed;
    top:50%;
    z-index: 101;
}
*.youtube-videogallery-img{
    min-width: 100%;
    padding-bottom: 17%;
}
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}