/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/
.page-header.default-banner {
  overflow: hidden;
  position: relative;
  background: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/media/bg-header-deffault-top.jpg) !important;
}
html body > section.rpb-simple-content-half-width:nth-child(4) .row .order-lg-1 .hc-half-content-image {
  background-image: url("/media/bg-pre-footer-neveah-verde.jpg") !important;
}
.hero-content {
  background: rgba(62,79,71, 0.6);
  padding: 15px;
  border-radius: 30px;
  width: 640px;
  margin: 0 auto;
}
@media (min-width:1200px){
  .modal-dialog {
  max-width:1000px !important;
  }
}
@media (min-width:320px) and (max-width:767px){
	.hero-content {
  width: 100%;
		top: 140px;
}
	.hero-bkg-video {
  background: url('/media/bg-nevaehverde-mobile-1.jpg');
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
}