pre{
    display: none;
}


#inner-products-container{
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.inner-products{
    display: table-cell;
    width: 100%;
    transition: all 0.5s;
}

.products-image-container{
    display: table-cell;
    width: 0px;
    background: #989898;
    transition: all 0.5s;
    height: 100%;
    vertical-align: middle;
    padding-top: 60px;
}

#inner-products-content{
    margin: 0 30% 0 10%;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: left;
}

section[id*=-container] hgroup {
    margin-left: 10%;
    padding-top: 150px;
    max-width: 800px;
    color: white;
}

.products-image-icon{
    width: 70px;
    height: 70px;
    background: #ececec;
    background-image: url(/images/products_image_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10%;
    cursor: pointer;
    margin-bottom: 20px;
}

.product-image{
    display: inline-block;

}

.products-image-container img{
    width: 100%;
}

@media (max-width: 992px) {
    body {
        overflow: initial !important;
    }
    section[id*=-container] {
        height: 480px;
    }
    section[id*=-container] hgroup > h1 {
        font-size: 25px;
    }
    section[id*=-container] hgroup > h1::after {
        width: 50%
    }
    section[id*=-container] hgroup > h4 {
        font-size: 17px;
        padding-bottom: 10px;
    }
    section[id*=-container] hgroup {
        margin-left: 0;
        margin: 0px 5%;
    }
    .scroll_down{
      display: none;
    }
    #aboutus-content{
        margin: 0 5%;
    }
}



@media (max-height: 750px) {
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px){
    #inner-products-content{
    margin: 0 5% 0 5%;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: left;
}
    
    #aboutus-container{
        background-image: none;
        background-color: #fff;
        height: auto;
        padding: 0;
    }
    #aboutus-content{
        color: #000;
    
    }
    .top{
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 10px;
    }

    
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 0;
    }
    
    .aboutus{
        margin-top: 40px;
        position: relative;
    }
}

@media (max-width: 400px){
    section[id*=-container] hgroup{
        padding-top: 100px;
    }
}

@media (max-width: 350px){
    #aboutus-container{
        padding-bottom: 0;
    }
}

@media (max-height: 600px){
    #aboutus-container{
        min-height: 100%;
    }
}



