.c-main-photo {
  position: relative;
}

.c-main-home-title {
  visibility: hidden;
}

.c-main-home-title {
  color: var(--menu-main-color);
}

.c-black-text {
  margin-bottom: 40px;
}

.c-black-text * {
  color: black !important;
}

@media screen and (max-width: 1200px) {
  .c-main-home-title * {
    font-size: 30px !important;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 1000px) {
  .c-main-photo picture {
    justify-content: center;
  }
  
  .c-main-photo picture img:nth-child(2) {
    min-width: 100% !important;
    height: 600px !important;
    width: auto !important;
    min-height: 600px !important;
  }
  
  .c-main-photo picture img:nth-child(3) {
    height: auto !important;
    width: 100% !important;
    min-height: 600px !important;
  }
}

@media screen and (max-width: 600px) {
  .c-main-home-title {
    line-height: 1.2em;
  }
  
  .c-main-home-title * {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 500px) {
  .c-main-home-title {
    line-height: 1em;
  }
  
  .c-main-home-title * {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  .c-main-home-title * {
    font-size: 18px !important;
  }
}

.c-main-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}