@media screen and (min-width: 1600px) and (max-width: 2500px) { 
.body_wrapper
{
	min-height:1280px !important;
}
}

@media only screen and (max-width: 1300px) {
    .reviews2, .summery{
        margin-left: 0pt!important;
        margin-right: 10pt!important;
    }
}