@media(width:1024px){
    .categoryslideOverlayDiv{
    width: 100%;
    height: calc(100vh - 302px);
}
.contentTextScrolling{
    width: 100%;
}

.imageCategoryScroll {
    top: calc(100vh - 302px);

}

.innerContainer{
    width: 800px;
}


}