.italian-roots-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E8E8E5;
  height: 1105px;
}

.italian-roots-right .right-text-bottom {
  position: absolute;
  top: 729px;
}

.right-bottom-banner-title {
  color: #1C355E;
  margin-bottom: 33px;
  text-align: center;
}

.left-bottom-banner-title {
  color: white;
}

.collection-image-bottom {
  height: 1105px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection-image-bottom-small {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 75%;
  height: 475px;
}

.active {
  background-color: #1C355E;
  color: white;
}

.visione-internazionale-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 15px;
}
.visione-internazionale-wrapper .banner-title {
  font-size: 6.2rem !important;
}
@media (max-width: 1199.98px) {
  .visione-internazionale-wrapper .banner-title {
    font-size: 4.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .visione-internazionale-wrapper .banner-title {
    font-size: 2.8rem !important;
  }
}

#collectionImage .banner-title {
  font-size: 6.2rem !important;
}
@media (max-width: 1199.98px) {
  #collectionImage .banner-title {
    font-size: 4.5rem !important;
  }
}
@media (max-width: 991.98px) {
  #collectionImage .banner-title {
    font-size: 2.8rem !important;
  }
}

@media only screen and (max-width: 1440px) {
  .collection-image-bottom-small {
    height: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .collection-image-bottom-small {
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .italian-roots-right {
    height: 765px;
  }
  .collection-image-bottom {
    height: 65vh;
  }
  .collection-image-bottom-small {
    height: 475px;
  }
}
@media only screen and (max-width: 768px) {
  .collection-image-bottom-small {
    height: 400px;
  }
  .italian-roots-right {
    height: 550px;
  }
}
@media only screen and (max-width: 544px) {
  .collection-image-bottom-small {
    height: 300px;
  }
}