#caldaie {
  background-image: url('/assets/img/bg/caldaie_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: inherit;
}

.content { margin-bottom: 50px; }

.flip-box-wrap { margin: 1.5rem auto 2.5rem; }

#contatto_caldaie {
  max-width: 100%;
  width: 100%;
  padding: 0 5rem;
  background-color: #3f51b5;
}

#contatto_caldaie > div {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
  justify-content: space-between;
  flex-flow: column;
  align-items: flex-start;
}

#contatto_caldaie .title h4 {
  margin: auto;
  text-shadow: 0 0 4px black;
  display: block;
  text-align: center;
}

#contatto_caldaie .title h4,
#contatto_caldaie p { color: white; }

@media only screen and (min-width:1440px) {
  #contatto_caldaie > div {
    width: 70%;
    padding: 2rem 3rem;
  }
}

@media (max-width:1200px) {
  #contatto_caldaie { padding: 0 2.5rem; }
}

@media (max-width:1000px) {
  .bg h1 { font-size: 4rem; }
  
  #contatto_caldaie > div:last-child {
    flex-flow: column;
    align-items: center;
  }
}

@media (max-width:425px) {
  #caldaie {
    background-position-x: -30vw;
  }
}