/*
    Created on : Jan 27, 2015, 10:00:00 AM
    Author     : Samuel
*/

@media only screen and (max-width: 768px) {

  .hero {
    background: url('../img/hero-m.jpg') top center no-repeat;
    background-size: cover;
    height: 650px;
    margin-top: 50px;
    padding-top: 40px !important;
  }
  .hero .content h1.your {
    margin-left: 0;
  }
  
  #concern h2 {
    padding: 0 20px;
  }
  .content-1 {
    text-align: center;
    background-repeat: repeat;
  }
  .content-1 p.tagline {
    font-size: 20px;
  }
  .content-1:before {
    top: 100%;
    margin-left: -18px;
  }
  
  #benefits.content-2 {
    padding-bottom: 0 !important;
  }
  .content-2 {
    background: none;
  }
  .content-2 h2 {
    margin-bottom: 0;
  }
  .content-2 > .row:nth-child(3) {
    background: #fffbf2;
    margin-top: 0 !important;
  }
  .content-2 > .row:nth-child(3) h2 {
    margin-bottom: 20px;
  }
  .content-2 > .row:nth-child(3) br {
    display: none;
  }
  
  #brazilian.content-3 {
    padding-top: 250px !important;
  }
  .content-3 {
    background: #e5cdb1 url('../img/landing-3-m.jpg') top center no-repeat;
    background-size: 640px;
  }
  #brazilian > div:nth-child(2) > div:first-child {
    margin-top: 0;
  }
  
  .content-4 .content {
    padding: 0 0 20px;
  }
  .content-4 .content p,
  .content-4 .content h4 {
    padding: 0 10px;
  }
  
  .endorse {
    background: url('../img/endorse-m.jpg') center no-repeat;
  }
  
  .treatments {
    padding: inherit;
  }
  .treatments .white-box {
    margin: 0 auto;
    width: 100%;
  }
  .treatments p.tagline {
    margin-bottom: inherit;
  }
} /* End Media Query */