.section.hero { 
                padding-bottom: 0px;
            }
            .the-hero {
                background: url(../jpg/neptunus-fleet.jpg) top left no-repeat;
                background-size: cover;
                background-attachment: fixed;
                
                width: 100%;
                min-height: calc(100% - 100px);
                float: left; 
                padding-top: 69px;
                position: relative;
            }
            .the-hero:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 100%;
                background: rgba(0, 46, 94, 0.5);
                
                -webkit-transition: background 0.2s ease;
                -moz-transition: background 0.2s ease;
                -ms-transition: background 0.2s ease;
                -o-transition: background 0.2s ease;
                transition: background 0.2s ease;
            }
            .the-hero.lighter:after {
                background: rgba(0, 0, 0, 0);
            }
            .the-hero .the-info {
                position: absolute;
                top: 50%;
                left: auto;
                z-index: 2;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                
                color: #fff;
            }
            .the-hero .the-info h1 {
                font-size: 43px;
                margin: 0px;
                padding: 0px;
            }
            
            .section.mini-nav {
                position: relative;
                z-index: 50;
                top: 0px;
                padding: 0px;
                border-top: 2px solid #fff;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }
                .section.mini-nav.sticky {
                    position: fixed;
                    top: 50px;
                }
            .mini-nav .link {
                color: #fff;
                font-weight: 900;
                text-transform: uppercase;
                float: left;
                width: calc(100% / 4);
                text-align: center;
                padding: 8px 0;
                margin: 0px;
                background: #002E5E;
                font-size: 14px;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }
            .mini-nav .link:nth-child(odd) {
                background: #00254B;
            }
            .mini-nav .link:hover {
                 background: #031C35;
            }
            .mini-nav .link a {
                color: inherit;
                text-decoration: none !important;
            }
            .about-icons {
                padding-bottom: 18px;
            }
            .about-icons .icon {
                text-align: center;
                font-size: 18px;
                text-transform: uppercase;
                color: #002E5E;
                font-weight: 900;
                letter-spacing: 0.15em;
            }
            .about-icons .icon img {
                max-width: 60%;
                margin-left: 20%;
            }
            /*.logo-bg {
                background: url(img/neptunus/neptunus-logo.png) right bottom no-repeat;
                background-size: 340px 370px;
            }*/
            
            .sortList {
                float: left;
                width: 100%;
            }
            .the-yachts .yacht.card .img-container img {
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
            .the-yachts .yacht.card:hover .img-container img {
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
                margin-top: 3%;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                -moz-transform: none !important;
                -webkit-transform: none !important;
                -o-transform: none !important;
                -ms-transform: none !important;
                transform: none !important;
            }
            .the-yachts .yacht .info-container ul {
                list-style: none;
                margin: 12px 0px 6px;
                padding: 0px;
                text-align: center;
            }
            .the-yachts .yacht .info-container ul li {
                margin: 0px;
                padding: 0px 9px;
                line-height: 1em;
            }
            .the-yachts .yacht .info-container ul li.title {
                font-size: 20px;
                text-transform:  uppercase;
                color: #B27100 !important;
                margin: 0px;
                padding: 3px 9px 4px;
            }
            .the-yachts .yacht .info-container ul li.name {
                font-size: 16px;
                font-weight: bold;
                
            }
            .the-yachts .yacht .info-container ul li.price {
                padding-top: 6px;
            }
            .the-yachts .yacht .info-container ul li.location {
                font-size: 12px;
                border-top: 1px solid #c9c9c9;
                text-align: left;
                padding-top: 10px;
                margin-top: 15px;
            }
            .the-yachts .yacht .info-container ul li.model  {
                font-size: 12px;
                text-align: left;
            }
            .the-yachts .yacht .info-container ul li span {
                font-weight: bold;
                min-width: 60px;
                display: inline-block;
                padding-left: 8px;
            }
            
            .neptunus-testimonials {
                position: relative;
                z-index: 30;
                
                background: url(../jpg/neptunus-fleet.jpg) top left no-repeat;
                background-size: cover;
                background-attachment: fixed;
                color: #fff;
            }
                .neptunus-testimonials:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 46, 94, 0.5);
                }
            .neptunus-testimonials .container {
                position: relative;
                z-index: 30;
            }
            .neptunus-testimonials .slick-prev, 
            .neptunus-testimonials .slick-next {
                display: none !important;
            }
            .neptunus-testimonials .slick-dots li button:before {
                color: white;
            }
            .neptunus-testimonials .card {
                background: transparent;
                color: #fff;
            }
            .neptunus-testimonials i {
                color: #fff;
                font-size: 80px;
            }
            .neptunus-testimonials p {
                font-style: italic;
            }
            .neptunus-testimonials a.read-more {
                color: #fff;
                float: right;
                text-decoration: underline;
                font-weight: bold;
            }
            
            .sold-yachts .info-container {
                height: auto !important;
                min-height: 10px !important;
            }

@media (max-width: 768px) {
    .the-hero {
        min-height: 400px !important;
        height: 400px !important;
        margin-top: -40px; 
    }
    .the-hero .the-info h1 {
        font-size: 30px;
    }
    .yacht.card .img-container {
        height: 300px !important;
    }
}
@media (max-width: 480px) {
    .yacht.card .img-container {
        height: 200px !important;
    }
}
