body, html {
  overflow-x: hidden
}
.home-section {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
    color: #fff
  }
  
.titan-title-size-1 {
    letter-spacing: 4px;
    font-size: 16px;
  }
  
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 20px;
    opacity: .8;
  }
  
  .titan-title-size-3 {
    letter-spacing: 5px;
    font-size: 35px;
  }
  
  .titan-title-size-4 {
    letter-spacing: 2px;
    font-size: 42px;
  }
  .titan-title-size-5 {
    letter-spacing: 10px;
    font-weight: 400;
    font-size: 65px;
  }
  .titan-title-color-b{
    color:#682c24;
  }
  .titan-title-color-bor{
    border:1px solid #682c24;
  }
  .titan-title-color-w-bor{
    border:1px solid #fff;
  }
  
/* Caption */
.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
  }
  
  .titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  
  .caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff
  }
  .center-block img {
    max-width: 100%;
  }
/* KV */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
 }
 @media (max-width: 767px) {
    .vcenter {
     margin: 0 auto;
     padding-top: 50px;
    }
    
    
    .titan-title-size-3 {
      font-size: 24px;
      letter-spacing: 2px;
    }
    .titan-title-size-4 {
      font-size: 24px;
      letter-spacing: 2px;
    }
    .titan-title-size-5 {
      font-size: 42px;
    }
    .center-block img {
      max-width: 100%;
    }
}