.customtext {
  position: absolute;
  top: 40vh;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .3s;
  font-size: 10px;
}

@media (min-width: 757px) {
  .customtext {
    font-size: 4px;
  }
  .customtext h1 {
    font-size: 4rem;
  }
  
  .customtext strong {
    font-size: 2.5rem;
  }
}

@media (min-width: 979px) {
  .customtext {
    font-size: 7px;
  }
  .customtext h1 {
    font-size: 9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-transform: none;
  }
  
  .customtext strong {
    font-size: 3.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
}
.aboutmain {
    background-color: #D1C7B7;
    margin-bottom: -20px;
    margin-top: 0px;
    padding-top: 20px;
}
.imgthumb {
  border-radius: 4px;
  max-width: 70px;
  max-height: 30px;
}
  .big-label {
    text-align: center;
    padding-left: 6rem;
    padding-right: 6rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;    
  }
.cmshotspot {
    margin-top: -70px;
}