.added2cart {
    margin-top: 10px !important;
    font-family: FuturaPT-Book;
    font-size: 15px;
    line-height: 1.5;
    color: #9b9b9b;
    text-decoration: underline;
    text-decoration: none;

    border: none;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 191px;
}
.added2cart .cart-link {
    color: inherit;
    text-decoration: underline;
}

.cart-item-remove {
    font-size: 0;
}

.about-welcome-wrapper h1 {
    color: #fff !important;
}
.about-welcome-subheader {
    color: #fff !important;
}
.firststory {
    text-decoration: none;
    color: black;
}
.story, .height2, .height3 {
    height: 200px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    padding: 20px 21px 0;
    text-decoration: none;
}
.stories-footer {
    margin-top: 70px;
    margin-bottom: 30px;
}

.stories-single-media .slick-slide img{
width: 100%;
}

.story-sizer,
.story,
.width2,
.width3 {
    width: 100%;
}
@media (min-width: 1024px) {
    .story {
        height: 300px;
    }
    .height2 {
        height: 600px;
    }
    .height3 {
        height: 900px;
    }
    .story-sizer,
    .story {
        width: 33.3333%;
    }
    .width2 {
        width: 66.6666%;
    }
    .width3 {
        width: 100%;
    }
    .stories-footer {
        margin-top: 0;
    }
}
@media (min-width: 1280px) {
    .story {
        height: 350px;
    }
    .height2 {
        height: 700px;
    }
    .height3 {
        height: 1050px;
    }
}
.story-image {
    height: 66%;
}
.stories-clean .story {
    border: 20px solid #fff;
    padding: 0;
}

.afbf_error_text {
    color: #9b9b9b;
    margin-top: 5px;
    font-family: ArticoExpandedLight !important;
}
.about-content-wrapper .video-container{
    position: relative;
}