.galleryVid{
  /* float:left;
  display:inline-block;
  width:90%;
  margin:10px;
  transition:all 0.3s ease;
        border: 1px solid #cecece;
  position:relative; */
}
.galleryVid:before {
content: "\25B6";
    color: white;
    font-size: 24px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -6px;
    bottom: -12px;
    transition: all 0.3s ease;
    transform: translate(0%,0%);
}
.grid_712{
  width: 100%;
}
.galleryVid:hover{
    /* cursor:pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) ; */
}
.galleryVid:hover .desc{
  padding-bottom:20px;
  cursor:hover;
}
div.gallery {
  margin: 5px;
  float: left;
  width: 100%;

}



div.gallery img {
  width: 100%;
}

div.desc {
  transition:all 0.3s ease;
    padding: 10px 10px;
    text-align: center;
  color:white;
position:absolute;
  top:0px; 
      box-sizing: border-box;
  left:0px;
  width:100%;
    margin-top: 0px;
  font-family:arial;
  font-size:14px;
  text-align:left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100&0.1+0,1+100;Grey+Black+3D */
background: -moz-linear-gradient(bottom, rgba(181,189,200,0.1) 0%, rgba(130,140,149,0.42) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(181,189,200,0.1) 0%,rgba(130,140,149,0.42) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(181,189,200,0.1) 0%,rgba(130,140,149,0.42) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}
.videoTag{
  background-color:black;
}

.popup{
    width: 900px;
    margin: auto;
    text-align: center
}
.popup img{
    width: 200px;
    height: 200px;
    cursor: pointer
}
.showvideo{
    z-index: 999;
    display: none;
}
.showvideo .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
}
.showvideo .vid-show{
    
      height: auto;
      width: 60%;
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      overflow: hidden;
      z-index: 999;
}
.vid-show img{
  height:100%;
}

.showvideo .close{
  z-index:99999;
  font-family: arial;
    font-weight: bold;
    background-color: rgba(80, 80, 80, 0.611764705882353);
    color: white;
    padding: 7px;
    font-size: 20px;
    position: absolute;
    right: 5px;
  top:5px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
  transition:all 0.3s ease;
}
.showvideo .close:hover{
  cursor:pointer;
  background-color:rgba(80, 80, 80, 0.8);
}


.prompt .hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.prompt .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.prompt .close:before, .close:after {
  content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.prompt .close:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.prompt .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FAFDFF;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
  padding: 25px;
  color: #5E5E5E;
}

@media screen and (max-width: 1000px) {
.prompt  .popup {
    width: 80%;
  }
}

.prompt .popup-header {
  text-transform: uppercase;
  font-size: 18px;
}

.prompt .popup-body {
  padding: 25px 0;
}

.prompt .button {
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px #F5F5F5;
  color: #5E5E5E;
  cursor: pointer;
  transition: all 120ms ease-in;
  outline:none;
}

.prompt .button:hover {
  box-shadow: 1px 3px 5px #E9E9E9;
  transform: translateY(-1px);
}

.prompt .button:active,.prompt .button:visited {
  transform: translateY(1px);
  outline:none;
  box-shadow: 1px 2px 3px #F5F5F5;
}
@media screen and (max-width: 768px) {
  .galleryVid:before {
    display: none;
    content: "\25B6";
        color: white;
        font-size: 24px;
        position: absolute;
        width: 50px;
        height: 50px;
        left: -6px;
        bottom: -12px;
        transition: all 0.3s ease;
        transform: translate(0%,0%);
    }
}