img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/97306f43-2b72-4b04-b27e-5cc31dd14b69.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
  	min-height:400px;
}

.introduction-container:lang(fr) {
    background-image: url('/media/21067441-d18a-4352-86bb-0e31bd9d2d32.png');
}

.introduction-container:lang(de) {
    background-image: url('/media/114a1440-a838-4cef-8c55-4bce0e3e67a4.png');
}

@media (min-width:768px) {
  .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/c0041769-8ad7-494e-a1d0-e6740585a4c4.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
    min-height:500px;
  }
  .introduction-container:lang(fr) {
    background-image: url('/media/d7828c7a-1fb7-4c1f-b746-13300ba05938.png');
  }
  .introduction-container:lang(de) {
    background-image: url('/media/12d04e94-c8a3-45a9-805e-16e999d0e754.png');
  }
}

@media (min-width:1450px) {
  .introduction-container {
    min-height:550px;
  }
}

@media (min-width:1900px) {
  .introduction-container {
    min-height:600px;
  }
}

@media (min-width:2250px) {
  .introduction-container {
    min-height:650px;
  }
}

.introduction-container .card {
  opacity:0;
}