#inner {
    width: 900px;
    height: 0px;
    background: green;
    position: relative;
    z-index: 2;
    display: none;
}
@media screen and (max-width: 500px){
    .text_content img {
    max-height: 580px!important;
    width: 100%;
    margin-bottom: 30px;
}
.colors {
    opacity: 0.3;
}
#inner {
    width: 900px;
    height: 0px;
    background: green;
    position: relative;
    z-index: 2;
    display: block;
}
}