/*******************************************************************************************************
** LAYOUT 640
*/
@media only screen and (max-width: 640px) {
.home-main-slider-box {
    height: 400px;
}
.home-slider-big-txt {font-size: 30px;margin-top: 120px;}
.home-course-title-txt{font-size: 18px;text-align: center;}
.home-partner-box{height: 250px;}
.home-partner-img{height: 250px;}
.home-partner-title-txt{font-size: 12px;}
.banner-box{height: 400px;}
.banner-big-txt{margin-top: 100px;font-size: 24px;}
.banner-small-txt{font-size: 18px;}

#desktop-corso-detail-view{display: none;}
#responsive-corso-detail-view{display: block;}

.corso-detail-image
{
	float: none;
}

}