/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link .g-carousel-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 3.25vw;
  text-align: center;
  text-shadow: 2px 2px 4px black;
  line-height: 1;
}
/*# sourceMappingURL=custom.css.map */