.section-summer2016 {
	background-image: url(img/CARCARE_back.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	padding: 1em;
}
.section-summer2016 h1 {
    padding: 4em 0 1em;
}

.section-summer2016 h1 img {
    max-width: 100%;
    height: auto;
    padding: 0 1em;
}

.top-presents {
    color: red;
    font-weight: bold;
    font-size: 2em;
}

.threebox,.twobox {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.threebox .box {
    display: table-cell;
    text-align: center;
    width: 33%;
    padding: 1em;
}

.twobox .box {
    display: table-cell;
    text-align: center;
    width: 50%;
    padding: 1em;
}