img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/cashback/media/e0779a3c-f704-4e52-b96a-63e9c02332cb.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
  	min-height:400px;
    /*box-shadow: 0px 5px 5px grey;*/
}

@media (min-width:768px) {
  .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url('/cashback/media/ed080a3c-dd70-46a3-9b3a-67a3311745de.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    /*box-shadow: 0px 5px 5px grey;*/
  }
}