img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/f4f3ba6c-427c-432f-8482-180c25027b04.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/10681940-de10-49fc-992d-f8bb6af093b0.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
    min-height:500px;
  }
}

/*.introduction-container .card {
  opacity:0;
  float:left;
  width:33%;
  text-align:left;
  padding:20px;
  height: 100%;
  margin-top:auto;
  margin-bottom:auto;
  position:relative;
  background:transparent;
  color:#fff;
}*/