.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;padding: 15px;text-align:center;background:#f7f7f7;border-radius:4px}
.menu__banner div img {margin:15px 0;padding:15px}
.menu__banner span {color:#f44336;font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.article_description h3.heading{font-weight:500}

#hiddenwrapper-gn {
width: 100%;
height: 100px;
position: relative;
z-index: 9999;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
top: -100px;
display:none;
}
#show-desc-gn{
display:none;
}
#show-desc-gn, #hide-desc-gn {
text-align:center;
cursor:pointer;
 float: left;
}
#show-desc-gn:hover, #hide-desc-gn:hover {
color:#f84147;
}
#hide-desc-gn, #show-desc-gn{
margin-top:10px;
}