.AsideClickIMG img{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 99%;
    box-shadow: 0 0 5px 3px black;
    margin-top: 2px;
    margin-bottom: 15px;
}

.AsidebarBox{
    background-color: #ccc;
    box-shadow: 0px 0px 5px black;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.AsidebarBox header{
    padding: 15px;
    color: #444;
    text-align: center;
    font-family: Fedra;
}

.AsidebarBox article{
    position: relative;
    width: 96%;
    height: 150px;
    margin: 2%;
    /* margin-bottom: 5%; */
}   
.AsidebarBox article img{
    position: absolute;
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.AsidebarBox article .TitleBox{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;

}
.AsidebarBox article .TitleBoxBlur{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to top,black 20%,rgba(255,255,255,0.0) 100%);
}
.AsidebarBox article .TitleBox h2{
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 9px;
    color: #fff;
}
