.fancybox-overlay .fancybox-opened .fancybox-skin {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.vidgrid-link {
    text-align: center;
}

.vidgrid-link {
    text-align: center;
    margin: 1em 0 0;
}
.pl-sn-vidgrid .pl-videgrid-headline {
  font-size: 3em;
  letter-spacing: -0.05em;
}
.pl-sn-vidgrid .pl-vidgrid-subheadline {
  font-size: 1.5em;
  line-height: 1.4;
}
.vid-head {
    text-align: center;
}
.vidgrid-link a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.vidgrid-wrapper.pl-content-area {
    margin-top: 2em;
    margin-bottom: 2em;
}
.pl-sn-vidgrid .vidgrid-link a:hover img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
    transform: translate(0, -1px);
}
.pl-sn-vidgrid .vidgrid-link .wrp img {
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.vid-cover {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
    font-size: 5em;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.vid-cover:hover {
opacity:1;
}
.vid-image.wrp {
    position: relative;
}
