/* Enter Your Custom CSS Here */

.g-slideshow .g-slideshow-slider .swiper-slide.overlay::before {
	background-image: none !important;
}

.youtube-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.youtube-16-9 {
  padding-top: 56.25% !important;
}

.youtube-21-9 {
  padding-top: 42.86% !important;
}
 
.youtube-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.g-slideshow-top-title, .g-slideshow-main-title {
	background-color: rgba(0, 0, 0, 0.4); 
	display: table;
	border-radius: 5px;
	padding: 0.625rem;
}

.g-slideshow-top-title a:hover, .g-slideshow-main-title a:hover {
	color: white !important;
}

.g-simplecontent-item-content-title {
  background-color:  rgba(0, 0, 0, 0.4); 
}

.g-simplecontent-item-leading-content {
	background-color:  rgba(0, 0, 0, 0.4); 
	display: table;
}

.menu-item-object-page {
	background: rgba(0, 0, 0, 0.1); 
	border-radius: 5px;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    color: white;
}

.fp-slideshow .has-slideshow > .g-block {
    margin-top: -12.70rem !important;
}