@media only screen and (max-width: 650px) {

/* menu */
.top_menu .menu ul li { width: 48%; }

/* content */
.content .img_home { width: 100% !important; height: auto !important; }

/* therapies */
.TherapiesBox .box { width: 98%; }
.TherapiesBox .box .title_image .title a { font-size: 22px; }

/* review */
.review .items-leading > div {	width: 98%; }
.review .items-leading > div .pull-left { width: 100%; }

/* why us */
.moduletable.why_as > div h3 { font-size: 30px; }

/* realization */
.realization img { width: 70% !important; height: auto !important; }

}