body{
    height:100% !important;
  }

#content {
   /* overflow: scroll !important;*/
}
.animated{
       height: 100%  !important;
       overflow: scroll  !important;
}

.animated_new{
       height:600px !important;
       overflow: scroll  !important;
       min-height:600px !important;
}

@media only screen and (min-width: 480px) {

.animated_new{
       height:600px !important;
       overflow: scroll  !important;
       min-height:600px !important;
}

}


