/* Add here all your css styles (customizations) */


.map-container{
overflow:hidden;
padding-bottom:25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.section-home {
    background-image: url(/assets/img/Bao-hanh-Nhan-Tam.jpg);
}

@media only screen and (max-width: 560px) {
    .section-home {
        background-color: #ccc;
		background-image:none;
    }
}