img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/49f68f95-d9fd-4dce-be3f-327e2b19ba37.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/d24e0e8b-38b1-4725-9bb2-19961b6609da.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
    min-height:350px;
  }
}

@media (min-width:1150px) {
  .introduction-container {
    min-height:400px;
  }
}

@media (min-width:1270px) {
  .introduction-container {
    min-height:500px;
  }
}

@media (min-width:1400px) {
  .introduction-container {
    min-height:550px;
  }
}

@media (min-width:1700px) {
  .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;
}