section.article-specialBanner{
    padding-bottom: 150px;
}


.story-banner{
    display: flex;
    justify-content: center;
    margin-top: 70px;
    padding: 18px 16px;
    border: 1px solid #000000;
    position: relative;
}

@media all and (max-width: 768px){

    .story-banner{
        flex-direction: column;
        max-height: 417px;
    }

}

@media all and (max-width: 414px){

    .story-banner{
        margin-top: 50px;
    }

}

.article-story-banner-img{
    max-width: 300px;
    max-height: 165px;
 
}

@media all and (max-width:768px){

    .article-story-banner-img{
        max-width: 536px;
        max-height: 300px;
     
    }
}



.article-story-banner-title{
    width: 525px;
    margin: auto;
    height: 100%;
    margin-left: 18px;
    
}

@media all and (max-width: 768px){

    .article-story-banner-title{
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

}

.article-story-banner-title-content{
    margin: auto;
    
}

.story-banner-button{
    position: absolute;
    text-align: center;
    right: 50px;
    bottom: -15px;
    width: 180px;
    height: 30px;
    border-radius: 20px;
    background-color: #7D7D7D;
    border: 1px solid #7D7D7D;
    font-size: 15px;
    line-height: 25px;

}

@media all and (max-width: 768px){

    .story-banner-button{
        margin: auto;
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;

    }

}


section.article-specialBanner a{
    text-decoration: none;
    width: 100%;
    line-height: 30px;
    display: block;
    color: white;
}