@charset "UTF-8";

#containerBannerTitle img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  position: relative;
  text-align: center;
}

.containerBannerTitle {
  position: relative;
  text-align: center;
  color: white;
}

.containerBannerTitle picture {
  width: 100%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannerTitle {
  font-size: 70px;
}

@media (max-width: 768px) {
  .bannerTitle {
    font-size: 2.4em;
  }
}
