.transportation-container {
  height: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.transportation-transport1 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport2 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport3 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport4 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport5 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport6 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport7 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport8 {
  height: 80%;
  object-fit: cover;
}
 
.transportation-transport9 {
  height: 80%;
  object-fit: cover;
}
 
@media(max-width: 767px) {
  .transportation-transport1 {
    width: 100%;
    height: auto;
  }
  .transportation-transport2 {
    width: 100%;
    height: auto;
  }
  .transportation-transport3 {
    width: 100%;
    height: auto;
  }
  .transportation-transport4 {
    width: 100%;
    height: auto;
  }
  .transportation-transport5 {
    width: 100%;
    height: auto;
  }
  .transportation-transport6 {
    width: 100%;
    height: auto;
  }
  .transportation-transport7 {
    width: 100%;
    height: auto;
  }
  .transportation-transport8 {
    width: 100%;
    height: auto;
  }
  .transportation-transport9 {
    width: 100%;
    height: auto;
  }
}
