

.goog-te-banner-frame{
    display:none;
  }
  
  body{
    top: 0 !important;
  }
  
  body {
    font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    
  }
  #timeline {
    display: flex;
    background-color: #031625;
  }
  #timeline:hover .tl-item {
    width: 21%;
  }
  .tl-item {

    transform: translate3d(0, 0, 0);
    position: relative;
    width: 20%;
    height: 100vh;
    max-height: 70vh;
    overflow: hidden;
    transition: width 1s ease;
    
      
  }
  .tl-item.app-col-3{
    width: 25% !important;
  }
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tl-item:after {
    background: rgba(3, 22, 37, 0.85);
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  .tl-item:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000b0 60%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(-20%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .tl-item:hover {
    width: 20% !important;
  }
.justify-between{
  justify-content: space-between;
}
  .tl-item.app-col-3:hover{
    width: 23% !important;
  }
  .tl-item:hover:after {
    opacity: 0;
  }
  .tl-item:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, transform 1s ease 0.25s;
  }
  .tl-item:hover .tl-content {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.75s ease 0.5s;
  }
  .tl-item:hover .tl-bg {
    filter: grayscale(0);
  }
  .tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 55%;
    opacity: 0;
  }
 
  .tl-year {
    position: absolute;
    z-index: 1;
    word-wrap: normal;
    display: inline;
    text-align: bottom;
    margin: 10px;
  }
  .tl-year p {
    color: white;
    font-family: 'Pathway Gothic One', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
   
   

  }
  .tl-bg {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: filter 0.5s ease;
    filter: grayscale(100%);
  }

  
  .tar {
    max-height: 35vh;
    text-align: bottom;
    
  }
  .tar-item:hover {
    width: 26% !important;
  }
  #timeline:hover .tar-item {
    width: 25%;
  }

  
  @media screen and (max-width: 721px) {
    
    .mobile-flex-col{
      flex-direction: column;
    }

    #timeline.mobile-flex-col > div {
      width : 100% !important;
    }
    .fivegru {
      max-height: 35vh;
    }

  }
