@media screen and (max-width: 992px) {
#t3-mainbody .t3-sidebar {display: block;min-height: 100%!important;}
}

.magazine-categories .item-image {
    max-height: 468px!important;
    }
.view-article .carousel .carousel-inner{
  max-height:468px;
  max-width:640px;
}
  @media(max-width:468px) {
      .view-article .carousel .carousel-inner{max-height:200px!important;} 
}