.image-title {position:absolute; width:100%; height:32px; overflow:hidden}
.image-wrapper {
  position: relative;
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 50%;
}
.image-wrapper a {
  text-decoration: none;
  display:block;
  position:  absolute;
  top:  0;
  left:  0;
  bottom:  0;
  right: 0;
}

.image-wrapper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit:  cover;
  border: 0;
  box-shadow: none
}
.image-title {
  position: absolute;
  bottom: 12px;
  left: 10px;
  z-index: 1;
  padding: 10px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-size: 14px
}
.image-title {
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  opacity: 0;
  background: 0 0
}
.image-wrapper:hover .image-title {
  opacity: 1
}
.image-hover {
  position: absolute; display:block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease
}
.image-hover {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.image-hover i[class*=icon-] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  font-size: 42px;
  line-height: 42px;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity-color .5s ease;
  -moz-transition: opacity-color .5s ease;
  transition: opacity-color .5s ease
}
.fancybox-gallery:hover .image-hover {
    background-color: #ec623d;
}
.fancybox-gallery:hover .image-hover {
    opacity: .65;
}

/* File */
.item-download {
    height: 150px;
    overflow: hidden;
    background-color: #f0f0f0;
    position: relative;
    margin-bottom: 20px;
}
.item-download .media {
    margin: 0;
    padding: 0;
    border: none;
}
.item-download .media-body {
    padding: 15px;
}
.list-download .media-heading {
    line-height: 17px;
    font-weight: bold;
}
.bottom-download {
    margin-bottom: 20px;
}
.item-download:before {
    right: 15%;
}
.item-download:after {
    right: 33%;
}
.item-download:before, .item-download:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    top: 0;
}
.file-download, .btn-download {
    text-align: center;
    margin-top: 50px;
}
.file-download .file-name {
    max-height: 35px;
    line-height: 17px;
    overflow: hidden;
}

/* Video */
#video-gallery .nh-video-item {
    padding-top: 56.6667%;
    width: 100%;
    position:  relative;
}
#video-gallery .nh-video-item .fancybox-gallery {
  position:  absolute;
  top: 0;
  left:  0;
  right:  0;
  bottom: 0;
  padding: 0;
}