/*additional towers css and media queries*/

  .crsl_body_twrs{
    height: 100vh;
  }

  .towers_lbl{
    visibility: hidden;
  }

  .jumbotron.completed.banner{

    min-height: auto;
  }

  .project{

    margin: 5% 0;
    font-family: Butler-Light, sans-serif;

  }

  .project-title{

    position: relative;
    width: 100%;
    margin-bottom: 10%;
    padding-bottom: 2.5%;
    font-size: 25px;

  }

  .project-title::before{

    background: #0c0f46;    
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    /* margin: 0 0 -1px; */
    position: absolute;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -1px;
    right: 0;
    bottom: 0;    

  }  


  .project-img{

      background-size: cover;
      padding: 60% 20%;

  }


  .project-caption{

    background: #ececec;
    padding: 5%;
    height: 80px;
    margin-top: 2%;
    font-size: 15px;
    line-height: 22px;

  }


/*Media queries*/

  @media screen and (max-width: 461px) {
    .hero.completed{
      visibility: visible;
    }

    .towers_lbl{
      visibility: visible;
      position: absolute;
      margin-top: 80%;
    }

    .towers_dsrcptn{
      color: #ffffff;
      text-align: center;
    }

    .towers_dsrcptn h1{
      font-size: 40px;
      margin-bottom: -1rem;
    }

    .towers_dsrcptn h4{
      margin-top: -1rem;
      font-size: 25px;
    }
  }

