@media only screen and (max-width: 1368px) {
  .introduction > img {
    background-size: cover;
    width: auto !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 1025px) {
  .introduction > img {
    background-size: cover;
    width: auto !important;
    height: auto !important;
  }
  .top-lines1,
  .top-lines2,
  .top-lines3,
  .top-lines4 {
    display: none;
  }
} 
@media only screen and (max-width: 992px) {
    
    h1 {
        font-size: 45px;
    }
    
    h2 {
        font-size: 27px;
    }
    
    .close-btn {
    	width: 30px;
    	height: 30px;
        background: url(../images/icon/close.png);
        background-size: cover;
    }
    
    .image-container {
        height: 500px;
        position: relative;
    }
    
    .content-container {
        left: 0;
    }
    
    .main-heading {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 769px) {
    
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 18px;
    }

    .heading h3 {
        font-size: 13px;
    }
    
    .main-heading h1:after {
        width: 250px;
    }
    
    .story-content div {
        margin-top: 20px;
    }
    
    .education-container:before,
    .experience-container:before {
        display: none;
    }
    
    .education-content,
    .experience-content {
        width: 100%;
        margin-left: 0;
    }
    
    .education-content h3,
    .experience-content h3 {
        text-align: center;
    }
    
    .education-content h3:before,
    .experience-content h3:before {
        display: none;
    }
    
    .google-map {
        height: 500px;
    }

    .top-lines1,
    .top-lines2,
    .top-lines3,
    .top-lines4 {
      display: none;
    }
    
    .intro-content img {
      max-width: 250px;
    }
}

@media only screen and (max-width: 480px) {
    
    .intro-content h1 {
        font-size: 30px;
    }
    
    .intro-content h2 {
        font-size: 20px;
    }
    
    .main-heading {
        padding-left: 20px;
    }
    
    .main-heading h1:after {
        height: 3px;
    }
    
    .image-container {
        height: 300px;
    }
    
    .story-content div a {
        display: block;
        float: none;
        margin: 5px;
    }
    
    .contact-form button {
        width: 100%;
    }
    
    .project .buttons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        font-size: 12px;
    }
    .story .box {
        width: 140%;
        height: 175px;
    }
    .story .custom-1,
    .story .custom-2 {
        padding: 0;
    }
    .story-content .custom-1 ul, 
    .story-content .custom-2 ul {
      padding-left: 30px;
    }
    .story .custom-1 {
      text-align: left;
    }
    .story-content {
        display: block;
    }
    h2.small-heading {
        padding: 60px 30px 20px;
    }
    .top-lines1,
    .top-lines2,
    .top-lines3,
    .top-lines4 {
      display: none;
    }
    blockquote {
      font-size: 100%;
    }
    .introduction > img {
      background-size: cover;
      width: 120% !important;
      height: auto !important;
    }
    .intro-content img {
      max-width: 250px;
    }
}