/** SECTION-HERO
==============================================*/

#contents-c50 .section-hero .hero {
    background-image: url(../images/hero-img.jpg);
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    #contents-c50 .section-hero .hero {
        background-image: url(../images/hero-img_tbl.jpg);
    }
}
#contents-c50 .section-hero .hero .concept p {
/*    margin-left: 15%;*/
}

/** SECTION-PRESET
==============================================*/
#contents-c50 .section-preset .images {
    margin-top: 60px;
}

#contents-c50 .section-preset .grid.images .cell {
    width: 313px;
}

@media only screen and (min-width: 768px) {
    #contents-c50 .section-auto .content .text_area,
    #contents-c50 .section-audio .content .text_area
    {
        padding-top: 8em;
    }
}
@media only screen and (max-width: 767px) {
	#contents-c50 .section-hero .hero {
	    background-image: url(../images/hero-img_spn.jpg);
	}

    #contents-c50 .section-hero .hero .concept p {
        margin-left: 0%;
    }

    #contents-c50 .section-preset .grid.images .cell {
        width: auto;
    }

    #contents-c50 .section-preset .images {
        margin-top: 0px;
    }
}