/* preview videos */
.videoGifSection {
    height: auto;
    position: relative;
    max-height: 466px;
    margin-bottom: 40px;
}
.container.playBtnSection {
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: calc(12% - 85px);
    top: 0
}
.videoTitle p {
    font-family: 'Copse';
    color: #fff;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 6px !important;
    min-height: 50px;
}
.topVideoText {
    font-family: 'Copse';
    font-size: 46px;
    color: #fff;
    margin: -23px 0 15px;
    text-shadow: 1px 1px 1px #000;
    font-weight: normal;
}
.bottomVideoText {
    font-family: Georgia;
    font-style: italic;
    font-size: 15px;
    color: #fff;
    margin: 4px 0 0;
    text-shadow: 1px 1px 1px #000;
}
.container.playBtnSection .row {
    width: 100%;
    margin: 0
}
.videogallery a {
    display: -moz-inline-stack;
    width: 88px;
    height: 88px;
    background: url(../images/icon_play.png);
    border: none;
    margin: -12px 0 4px;
}
img.play-video {
  cursor: pointer;
}
.hero .videoGifSection,
.hero video {
  margin-bottom: 0;
  z-index: 0;
  overflow: hidden;
}


.videoGifSection {
  display: none;
}
@media (min-width: 769px) {
  .videoGifSection {
    display: block;
  }
}
