 .video-gallery-header h4 {
    font-size: 24px;
    font-weight: bold;
}
.video-gallery .item:nth-child(1) img, .video-gallery .item:nth-child(2) img {
    width: 263px;
    height: 187px;
    float: right;
    margin-left: 10px;
}
 .video-gallery .item:nth-child(3),  .video-gallery .item:nth-child(4) {
    position: relative;
    top: 199px;
    left: 546px;
}
@media only screen and (max-width: 480px) {
   .video-gallery .item:nth-child(3), .video-gallery .item:nth-child(4) {
        left: 0;
        top: 0;
   }
}
 .video-gallery .item:nth-child(3) img, .video-gallery .item:nth-child(4) img {
    width: 263px;
    height: 187px;
    float: right;
    margin-left: 10px;
}
.video-gallery .item:nth-child(1) a:before {
    content: url(../images/icons/vid-icon.png);
    position: absolute;
    right: 94px;
    top: 49px;
    z-index: 100;
    filter: grayscale(100%);
}
 .video-gallery .item:nth-child(1) a:hover:before {
    filter: grayscale(0%);
}
.video-gallery .item:nth-child(1) a:hover img {
    filter: blur(0);
}
 .video-gallery .item:nth-child(2) a:before {
    content: url(../images/icons/vid-icon.png);
    position: absolute;
    right: 365px;
    top: 49px;
    z-index: 100;
    filter: grayscale(100%);
}
@media only screen and (max-width: 480px) {
    .video-gallery .item:nth-child(2) a:before {
        right: 90px;
        top: 246px;
   }
}
.video-gallery .item:nth-child(2) a:hover:before {
    filter: grayscale(0%);
}
 .video-gallery .item:nth-child(2) a:hover img {
    filter: blur(0);
}
 .video-gallery .item:nth-child(3) a:before {
    content: url(../images/icons/vid-icon.png);
    position: absolute;
    left: 440px;
    top: 49px;
    z-index: 100;
    filter: grayscale(100%);
}
@media only screen and (max-width: 480px) {
    .video-gallery .item:nth-child(3) a:before {
        left: 100px !important;
        top: 448px !important;
   }
}
 .video-gallery .item:nth-child(3) a:hover:before {
    filter: grayscale(0%);
}
 .video-gallery .item:nth-child(3) a:hover img {
    filter: blur(0);
}
.video-gallery .item:nth-child(4) a:before {
    content: url(../images/icons/vid-icon.png);
    position: absolute;
    left: 172px;
    top: 49px;
    z-index: 100;
    filter: grayscale(100%);
}
@media only screen and (max-width: 480px) {
    .video-gallery .item:nth-child(4) a:before {
        left: 100px !important;
        top: 642px !important;
   }
}
.video-gallery .item:nth-child(4) a:hover:before {
    filter: grayscale(0%);
}
.video-gallery .item:nth-child(4) a:hover img {
    filter: blur(0);
}
.video-gallery .item:nth-child(5) {
    position: relative;
    bottom: 196px;
}
@media only screen and (max-width: 480px) {
    .video-gallery .item:nth-child(5) {
        bottom: 0;
   }
    .video-gallery .item:nth-child(5) img {
        width: 263px !important;
        height: 187px !important;
        float: right !important;
   }
}
.video-gallery .item:nth-child(5) img {
    float: left;
    width: 571px;
    height: 390px;
}
.video-gallery .item:nth-child(5) a:before {
    content: url(../images/icons/vid-icon.png);
    position: absolute;
    top: 349px;
    left: 245px;
    z-index: 100;
    filter: grayscale(100%);
}
@media only screen and (max-width: 480px) {
    .video-gallery .item:nth-child(5) a:before {
        top: 850px;
        left: 107px;
   }
}
.video-gallery .item:nth-child(5) a:hover:before {
    filter: grayscale(0%);
}
.video-gallery .item:nth-child(5) a:hover img {
    filter: blur(0);
}
.video-gallery .item img {
    max-width: 100%;
    margin-bottom: 10px;
    filter: blur(1px);
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    overflow: hidden;
}
.video-gallery .item img:hover {
    filter: blur(0);
}
.simple-more-link {
    position: relative;
    bottom: 14px;
}
.simple-more-link a {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: normal !important;
    border: 1px solid #000;
    padding: 7px 28px !important;
}
.player-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}
.player-wrapper span:after {
    content: '\f00d' !important;
    float: right;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    cursor: pointer;
    font-family: FontAwesome;
}
.player {
    display: block;
    max-width: 1100px;
    margin: 20px auto;
}
@media only screen and (max-width: 768px) {
    .player {
        width: 100%;
   }
}
