
#animation-gallery-contest .contest-entry-wrapper {
	padding-left: 0;
	padding-right: 0;

}
#animation-gallery-contest .gallery-image {
    transition: opacity 0.4s ease;
    opacity: 0;
    margin-bottom: 10px;
    padding: 0 5px;
    position: relative;
}
#animation-gallery-contest .gallery-image img {
	width: 100%;
}

#animation-gallery-contest .gallery-image .video-layer {
	position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#animation-gallery-contest .gallery-image:hover .video-layer {
    opacity: 1;
    visibility: visible;
}

#animation-gallery-contest .gallery-image .video-layer .wp-video,
#animation-gallery-contest .gallery-image .video-layer .wp-video-shortcode,
#animation-gallery-contest .gallery-image .video-layer video {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
#animation-gallery-contest .gallery-image .dark-overlay {
/*	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -6%, rgba(0, 0, 0, 0.9) 63%);*/
    bottom: 0;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    z-index: 99;
    width: calc(100% );
}

#animation-gallery-contest #gallery-images-filter .title {
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 300;
    margin-bottom: 0;
    text-transform: none;
    float: left;
    font-size: 16px;
    line-height: 22px;
}
