.boatlist-header-container {
    position: relative;
    height: 66vh;
    background: url("../../img/home/home_header_3.png");
    background-size: cover;
    background-position: center bottom;
    border-radius: 0 0 2rem 2rem;
    z-index: -1;
}
.boatlist-header-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
