/* Coca cola Brands colors */
/* Standard colors */
/* Font Colors */
/* Font family */
/* Font weight */
/* Grid variables */
.topBanner__wrap {
  background-position: center;
  background-size: cover;
  height: 21.25vw; }
  @media (max-width: 768px) {
    .topBanner__wrap {
      height: 49.4vw;
      margin-bottom: 5.34vw; } }
  .topBanner__wrap-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .topBanner__wrap-video,
  .topBanner__wrap-video > video {
    width: 100%;
    height: 100%; }

.topBanner__title {
  padding-top: 5%;
  font-size: 1vw;
  width: 75%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 1024px) {
    .topBanner__title {
      padding-top: 10%;
      width: 100%;
      font-size: 4vw;
      margin: 0; }
      .topBanner__title > h1 {
        font-size: 350%; } }
    @media (max-width: 1024px) and (max-width: 768px) {
      .topBanner__title > h1 {
        margin-top: 8vw; } }
  .topBanner__title.with-breadcrumbs {
    padding-top: 0;
    margin-top: 3vw; }
    .topBanner__title.with-breadcrumbs > h1 {
      font-size: 3.95vw; }
      @media (max-width: 768px) {
        .topBanner__title.with-breadcrumbs > h1 {
          font-size: 12vw; } }
      .topBanner__title.with-breadcrumbs > h1::after {
        display: block; }
