.tab-text-image {
    position: relative;
    padding-top: 25px;
    color: #1D2620;
}

    .tab-text-image:before {
        background: -moz-radial-gradient(center, ellipse cover, rgba(245,246,238,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(245,246,238,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, rgba(245,246,238,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f5f6ee', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        content: '';
        width: 200%;
        height: 75%;
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%);
        opacity: 0.5;
    }

.tab-image__heading h2 {
    font-size: 45px;
    text-align: center;
    padding-bottom: 25px;
    letter-spacing: 0;
}



.tab-text-image__image { height: 350px; }

.tab-text-image__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}


.js-tab-image .slick-arrow  {
    top: 0;
    width: 77px;
    height: 77px;
}

.js-tab-image .slick-arrow::before {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 27px;
}

.js-tab-image .slick-prev  { right: 77px; }


.tab-text-image__text { padding-top: 146px; }

.tab-text-image__text p:last-of-type { padding-top: 0; }

.tab-text-image__inner { position: relative; }

.slect-position {
    position: absolute;
    top: 265px;
    width: 100%;
}

.slect-position .sub-heading {
    font-size: 55px;
    transform: rotate(-15deg);
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    width: fit-content;
    bottom: -20px;
}

.slect-position .sub-heading::before {
    content: '';
    position: absolute;
    background: url(../../../img/arrow-curve.png) 0 0 no-repeat;
    width: 53px;
    height: 33px;
    bottom: 0;
    left: 56px;
    transform: rotate(15deg);
}

.slect-position select {
    appearance: none;
    outline: 0;
    border: 1px solid rgba(167,189,174,0.5);
    box-shadow: none;
    padding: 0 1em;
    color: #415748;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    height: 52px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
  }

  /* Remove IE arrow */
.slect-position select::-ms-expand { display: none; }

.select {
    position: relative;
    margin-top: 10px;
} 

.slect-position .select::after {
    content: '\e907';
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 0;
    transition: .25s all ease;
    pointer-events: none;
    color: #415748;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    border-left: 1px solid rgba(167,189,174,0.5);
}

.tab-text-image__text p { padding-top: 20px; }

.wine-stains-right {
    position: absolute;
    right: 0;
    bottom: -133px;
    max-width: 450px;
    z-index: 1;
}

.slect-position .select:after {
    content: '\e902';
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 0;
    transition: .25s all ease;
    pointer-events: none;
    color: #415748;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    border-left: 1px solid rgba(167,189,174,0.5);
}

@media (min-width: 768px) {
    .tab-text-image { padding-top: 69px; }

    .tab-image__heading h2 { font-size: 59px; }

    .tab-text-image__image {
        width: 299px;
        height: 388px;
        float: left;
    }

    .tab-text-image__text {
        width: calc(100% - 299px);
        float: left;
        padding: 0 0 0 32px;
    }

    .tab-text-image__text p {
        padding-top: 0;
        font-size: 17px;
        line-height: 2.176em;
    }

    .js-tab-image .slick-arrow  {
        top: 0;
        width: 41px;
        height: 41px;
    }
    
    .js-tab-image .slick-arrow::before { font-size: 15px; }
    
    .js-tab-image .slick-prev  {
        right: auto;
        left: 217px;
    }

    .js-tab-image .slick-next  { left: 258px; }
    
    .nav-text {
        margin: 0;
        padding: 10px 0 5px; 
        font-size: 70px;
        line-height: 0.8em;
        font-weight: 400;
        color: #cc8e12;
        font-family: 'Janesville Script Regular';
        text-align: center;
        cursor: pointer;
        position: relative;
        transition: all .3s ease-in-out;
    }

    .js-tab-image-nav .slick-track {
        width: 100% !important;
        text-align: center;
        transform: unset !important;
    }
    
    .js-tab-image-nav .slick-list { padding: 0 !important; }

    .js-tab-image-nav .slick-slide { padding: 0 18px; }

    .js-tab-image-nav  {
        padding-bottom: 30px;
        z-index: 99;
    }

    .js-tab-image-nav .slick-current .nav-text { color: #415748; }

    .js-tab-image-nav .slick-current .nav-text::before {
        content: "\e929";
        position: absolute;
        left: 50%;
        bottom: -48px;
        font-family: 'icomoon';
        font-size: 117px;
        color: #415748;
        line-height: 1em;
        transform: translate(-50%, 0);
    }
}

@media (min-width: 1200px) {
    .tab-text-image { padding-top: 100px; }

    .tab-image__heading h2 {
        font-size: 83px;
        text-align: left;
        padding-bottom: 50px;
    }

    .tab-text-image__image {
        width: 544px;
        height: 705px;
    }

    .tab-text-image__text {
        width: calc(100% - 544px);
        padding: 92px 0 0 64px;
    }

    .js-tab-image-nav .slick-track { text-align: left; }

    .js-tab-image-nav .slick-slide:first-child { padding-left: 0; }
    
    .js-tab-image .slick-prev  { left: 394px; }

    .js-tab-image .slick-next  { left: 469px; }

    .js-tab-image-nav {
        position: absolute;
        right: 0;
        width: calc(100% - 544px);
        padding-left: 62px;
        z-index: 1;
    }

    .nav-text { font-size: 60px; }

    .js-tab-image-nav .slick-current .nav-text,
    .js-tab-image-nav .nav-text:hover { color: #C4272D; }

    .js-tab-image .slick-arrow  {
        width: 75px;
        height: 75px;
    }

    .js-tab-image-nav .slick-current .nav-text::before { color: #C4272D; }
}

@media (min-width: 1366px) {
    .nav-text { font-size: 70px; }

    .wine-stains-right {
        position: absolute;
        right: -37px;
        bottom: -165px;
        max-width: 560px;
    }
}

@media (min-width: 1700px) {
    .wine-stains-right {
        right: -30px;
        bottom: -155px;
        max-width: 585px;
    }
}