.mission__head-wrap{
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #fff;
}
.mission__content{
  padding: 0 10%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mission__image{
  background: url(../../images/tidewater_offshore_wind_farm.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 57%;
}
.mission__ship-swing{
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .mission__ship-swing{
    height: auto;
  }
}
.mission__ship-img{
  width: 100%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .mission__ship-img{
    transform: translateY(-30%);
  }
}
@media screen and (min-width: 992px) {
  .mission__ship-img{
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 600px) {
  .mission__ship-img{
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}