.video-container {
  position: relative;
}
.video-container video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay-desc {
  background: rgba(0,0,0, 0.4);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-desc h1 {
  color: white;
  font-weight: bold;
  font-size: 6vw;
  text-align: center;
}


/* ----------------------------- Circumvent the Wrap, Remove the Breadcrumbs, change the font size ----------------------------- */
.maincontent {
   padding-bottom: 0px;
}

.breadcrumb {
   display:none;
   margin-bottom: 0px;
}

.content .container {
   padding: 0px;
   margin: 0px;
   width: 100%;
   max-width: 100%;
   overflow: hidden !important;
}

p {
   padding-top: 15px;
   font-size: 18px;
}

h2 {
   font-size: 36px;
}

h3 {
   font-size: 30px;
}


/* ----------------------------- Full width Top Picture ----------------------------- */

.full img {
   margin: 0px;
   min-width: 100%;
   width: 100%;
   max-width: 100%;
   cursor: default !important;
} 


/* ----------------------------- Partial Width for Main Text ----------------------------- */
.part-width {
   display:block;
}

.part-width * {
   max-width: 60%;
   margin-left: auto;
   margin-right: auto;
}

.part-width p {
   text-align: left;
}

/* ----------------------------- Dashed Outline Box - Black with Gold Dashes ----------------------------- */
.row .row-black {
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   border: 5px dashed #a3792c;
   
   margin-right: auto;
   margin-left: auto;
   background-color: black;
   margin-top: 20px;
   max-width: 100%;

   padding: 20px 0 20px 0;
   text-align: center;
   color: white;
  
}
.row .row-black p {

   text-align: left;
   color: white;
}

.row {
   margin-left:auto;
   margin-right:auto;
}


/* ----------------------------- SPECIAL Two images in One row video ----------------------------- */
.video {
   max-width: 100%;
   margin: 0px;
      margin-left: auto;
   margin-right: auto;
   text-align:center;
}

.video img {
   max-width: 90%;
   margin-left: auto;
   margin-right: auto;
   cursor: pointer; 
   cursor: hand;
}

.twoinone .video img {
   max-width: 70%;
}
@media only screen and (max-width: 767px) {
   .video img {
       width: 90% !important;
   }
}


/* ----------------------------- Pop Up Video Modal ----------------------------- */
.modal-dialog {
   text-align: center; 
   margin-left: auto; 
   margin-right: auto; 
   min-width: 100%;
}

.modal-content {
   background-color:black;
}

.modal-body {
   width: 100%; 
   height: 0px; 
   padding-bottom: 60%;
}

.modal-body span {
   color: white; 
   font-size: 50px; 
   position: absolute; 
   right: 30px; 
   top: 0px;
}

.modal-body iframe {
   position: absolute; 
   left: 0px; 
   top: 40px; 
   width: 100%; 
   height: 70%;
}

.close {
opacity: .6;
color:white;
}

.close:hover {
color:white;
}

/* ----------------------------- Below 767px Screen Edits ----------------------------- */



@media only screen and (max-width: 767px) {
  .maincontent {
     padding-top: 0px;
  } 
  .part-width * {
     width: 90%;
     max-width: 90%;
  }
  .part-width p {
   font-size: 14px;
   padding: 0 5px;
}
 }