img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/821f6848-a9fd-442a-a261-17214489573c.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/803b345d-6560-4681-949c-432a76e6fad9.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;
}