/* 
    Created on : 16.04.2025, 14:17:38
    Author     : cathexis
*/

.paragraph--type--background-image-wrapper {
  height: 680px;
  min-height: 680px;
}

.paragraph--type--background-image-wrapper .image-container .image-container-wrapper {
  width: 1280px;
  height: 680px;
}

.paragraph--type--background-image-wrapper .image-container {
  width: 1280px;
  height: 680px;
}

.paragraph--type--background-image-wrapper .image-container .image-container-wrapper.image-align-right {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -1);
}

.paragraph--type--background-image-wrapper .image-container .image-container-wrapper.image-align-center {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -0.5);
}

@media (min-width: 1281px) {

  .paragraph--type--background-image-wrapper .image-container .image-container-wrapper {
    width: 1920px;
  }
  .paragraph--type--background-image-wrapper .image-container .image-container-wrapper.image-align-right {
    left: calc( ( 1920px - 100vw ) * -1);
  }
  .paragraph--type--background-image-wrapper .image-container .image-container-wrapper.image-align-center {
    left: calc( ( 1920px - 100vw ) * -0.5);
  }
}

@media (min-width: 1921px) {

  .paragraph--type--background-image-wrapper .image-container .image-container-wrapper {
    width: 4096px;
  }
  .paragraph--type--background-image-wrapper .image-container .image-container-wrapper.image-align-right {
    left: calc( ( 4096px - 100vw ) * -1);
  }
  .paragraph--type--background-image-wrapper .image-container .image-container-wrapper.image-align-center {
    left: calc( ( 4096px - 100vw ) * -0.5);
  }
}

.paragraph--type--background-image-wrapper .content-container {
  position: relative;
  top: -680px;
}

.paragraph--type--background-image-wrapper .content-container .content-container-wrapper {

}