/* General */
.marketing-tile-one {
    background-color: #212121;
    height: 350px;
    position: relative;
}

.marketing-tile-one .content-column {
    position: relative;
    z-index: 1;
}

.marketing-tile-one .content-column h3 {
    color: #fff;
    font-family: 'The Seasons', serif;
    font-weight: 300;
}

.marketing-tile-one .content-column .content {
    color: #fff;
    display: inline-block;    
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 5px;
}

.marketing-tile-one .content-column .buttons-collection button {
    font-weight: 500;
}

.marketing-tile-one .image-wrapper-column {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.marketing-tile-one .image-wrapper-column::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( to right, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 80% );
    pointer-events: none; /* Allows click events to pass through */
}

/* Desktop and Tablet */
.marketing-tile-one-desktop .content-column,
.marketing-tile-one-tablet .content-column {
    padding: 68px 0 0 40px;
}

.marketing-tile-one-desktop .content-column h3,
.marketing-tile-one-tablet .content-column h3 {
    font-size: 39px;
    line-height: 58.5px;
}

.marketing-tile-one-desktop .content-column .buttons-collection button,
.marketing-tile-one-tablet .content-column .buttons-collection button {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 32px;
}

.marketing-tile-one-desktop .image-wrapper-column,
.marketing-tile-one-tablet .image-wrapper-column {
    background-size: contain;
    height: 350px;
}

/* Desktop */
.marketing-tile-one-desktop {
    max-width: 1440px;
}

.marketing-tile-one-tablet,
.marketing-tile-one-mobile {
    display: none;
    visibility: hidden;
}

.marketing-tile-one-desktop .content-column {
    width: 50%;
}

.marketing-tile-one-desktop .content-column .content {
    max-width: 69%;
}

.marketing-tile-one-desktop .image-wrapper-column {
    max-width: 650px;
}

@media screen and (max-width: 1440px) {
    .marketing-tile-one-desktop {
        margin: 0 70px;
        max-width: 100%;
    }

    .marketing-tile-one-desktop .content-column {
        max-width: 60%;
    }
}

@media screen and (max-width: 1260px) {
    .marketing-tile-one-desktop .content-column .content {
        max-width: 80%;
    }
}

@media screen and (max-width: 1080px) {
    .marketing-tile-one-desktop .content-column {
        width: 55%;
    }
    .marketing-tile-one-desktop .content-column .content {
        max-width: 90%;
    }
}

/* tablet size */
@media screen and (max-width: 1024px) {
    .marketing-tile-one-desktop {
        display: none;
        visibility: hidden;
    }

    .marketing-tile-one-tablet {
        display: block;
        margin: 0 48px;
        visibility: visible;
    }

    .marketing-tile-one-tablet .content-column {
        width: 60%;
    }

    .marketing-tile-one-tablet .content-column .content {
        margin-bottom: 16px;
        width: 85%;
    }

    .marketing-tile-one-tablet .image-wrapper-column {
        max-width: 653px;
    }
}

@media screen and (max-width: 950px) {
    .marketing-tile-one-tablet .content-column {
        width: 100%;
    }

    .marketing-tile-one-tablet .content-column .content {
        width: 58%;
    }
}

@media screen and (max-width: 860px) {
    .marketing-tile-one-tablet .content-column {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .marketing-tile-one-tablet .image-wrapper-column {
        background-size: cover;
    }
}

@media screen and (max-width: 800px) {
    .marketing-tile-one-tablet .content-column .content {
        width: 83%;
    }
}

@media screen and (max-width: 768px) {
    .marketing-tile-one-tablet .image-wrapper-column::after {
        background: linear-gradient( to right, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 200% );
    }
}

/*mobile size*/
@media screen and (max-width: 575px) {
    .marketing-tile-one-tablet {
        display: none;
        visibility: hidden;
    }

    .marketing-tile-one-mobile {
        display: block;
        height: unset;
        margin: 0 24px;
        min-height: 188px;
        visibility: visible;
    }

    .marketing-tile-one-mobile .link-wrapper {
        display: block;
        height: 100%;
    }

    .marketing-tile-one-mobile .content-column {
        padding: 14px 0 14px 25px;
    }
    .marketing-tile-one-mobile .content-column h3 {
        font-size: 25px;
        line-height: 37.5px;
    }

    .marketing-tile-one-mobile .content-column .content {
        font-size: 14px;
        line-height: 19.2px;
        width: 55%;
    }

    .marketing-tile-one-mobile .content-column .content p {
        margin-bottom: 0;
    }
    
    .marketing-tile-one-mobile .image-wrapper-column {
        background-size: cover;
        height: 100%;
        right: 0
    }

    .marketing-tile-one-mobile .image-wrapper-column::after {
        background: linear-gradient( to right, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 200% );
    }
}

@media screen and (max-width: 390px) {
    .marketing-tile-one-mobile .content-column .content {
        width: 58%;
    }

    /* .marketing-tile-one-mobile .image-wrapper-column::after {
        background: linear-gradient( to right, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 200% );
    } */
}

@media screen and (max-width: 373px) {
    .marketing-tile-one-mobile .content-column .content {
        width: 68%;
    }
}

@media screen and (max-width: 360px) {
    .marketing-tile-one-mobile .content-column {
        padding: 14px 25px;
    }
}

@media screen and (max-width: 340px) {
    .marketing-tile-one-mobile .content-column h3 {
        font-size: 22px;
        line-height: 34.5px;
    }

    .marketing-tile-one-mobile .content-column .content {
        width: 100%;
    }
}