img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/f0a42d7a-a12c-43ed-a4c6-c5397c19a7ea.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
  	min-height:400px;
}

@media (min-width:768px) {
  .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/337aed35-6ae6-4423-957b-39a40a00b4e4.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
    min-height:550px;
  }
}

@media (min-width:1450px) {
  .introduction-container {
    min-height:600px;
  }
}

@media (min-width:1900px) {
  .introduction-container {
    min-height:650px;
  }
}

@media (min-width:2250px) {
  .introduction-container {
    min-height:750px;
  }
}

.introduction-container .card {
  opacity:0;
}