.field-viu-image-gallery-heading{
  margin-bottom: 1em;
}
.viu-image-gallery-images .gallery-item{
  margin-bottom: 30px !important;
  position: relative;
}
.viu-image-gallery-images .gallery-item a:after{
  content: none !important;
}

.viu-image-gallery-images .gallery-item img{
  transition: all .15s ease-in-out;
}

.viu-image-gallery-images .gallery-item img:hover{
  transform: scale(1.02);
  opacity: 0.75;
}
.viu-image-gallery-images .gallery-img-wrap{
  background: #333333;
}
.viu-image-gallery-images .gallery-item:after{
  display: block;pointer-events: none;
  content: "\f00e";
  font-family: FontAwesome;
  font-size: 50px;
  height: 50px;
  width:50px;
  line-height: 50px;
  position: absolute;
  color: white;
  margin-left: -25px;
  margin-top: -25px;
  top:50%;
  left:50%;
  transition: all .15s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.viu-image-gallery-images .gallery-item:hover:after{
  opacity: .5;
}

.image-block-ctas{
  padding: 50px 0;
}

/* VIU text section */

/* admin form */
#field-viu-text-section-content-values .draggable > td{
  padding-top:50px;
}

/* Display */

.field-viu-text-section-heading{
  margin-bottom: 1em;
}
/* END VIU text section */

/* Section Youtube */

/* remove white space below */
.page-section--youtube .player{
  line-height: 0;
}

/* Callout box */

.content-container .viu-callout-box h2{
  margin-top: 0 !important;
}
.content-container .viu-callout-box__heading{
  font-size: 1.5em;
  margin-top: 0;
}