img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/31aa8b9a-c0b1-468f-94b0-bc9af7b4a465.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/0363f2d5-b2eb-4d56-a5b5-ebb0c9827c0f.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;
}