.body-home .intro-content {
    max-width: none !important;
}

.body-home .intro-content:before, .body-home .intro-text:before, .body-home .intro-content:after {
    display: none !important;
}

.body-home .intro-content .intro-text {
    padding: 0 80px !important;
}

.callout-copy-wrapper {
  height: auto !important;
 }

.img-wrapper {
  position: relative;
 }

.img-responsive {
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}

.btn-responsive {
padding: 10px 50px;
    font-size: 18px;
    line-height: 1.3333333;
    margin-top: 100px;
    border-radius: 6px;
}

@media (max-width:760px) { 
    /* matches 'btn-xs' */
    .btn-responsive {
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}
.btn-success {
    color: #000; 
    position: absolute;
    right: auto;
    left: 370px;
   text-transform: uppercase;
    background: #002949;
   border-color: #002949;
    color: #fff;
    text-align: center;
    font-family: 'Playfair Display’, serif; 
    border-radius: 25px 

}

.btn-success:hover {
    color: #002949 ;
    background-color: #FFF;
    border-color: #ddd;
}
