.acceptButtonRow {
	min-height: 240px;
	background-color: #000;
  background-image: url(https://www.purdue.edu/purdue/images/home/accept-row/Accept_Offer_image.jpg);
  background-size: cover;
  background-position: center center;
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items:center;
}
.acceptButtonContainer{
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items:center;
  width:100%;
height: 240px;
}
.button.button-opaque.accept-button, .button.button-opaque.accept-button:link,.button.button-opaque.accept-button:visited{
  background:rgba(0, 0, 0, 0.75);
  color:#fff;
  padding: 1.15rem 2px;
  font-size:1.125rem;
}
.button.button-opaque.accept-button:hover,.button.button-opaque.accept-button:active,.button.button-opaque.accept-button:focus {
  background:rgba(255, 255, 255, 0.85);
  color:#000;
  outline-color: #000;
}


@media (max-width:767px) {
  .accept-button{
	  width:100%;
  }
}
@media (max-width: 414px) {
  .acceptButtonRow {
	  min-height: 187.5px;
	  background-image: url(https://www.purdue.edu/purdue/images/home/accept-row/Accept_Offer_image_mo.jpg);
	}
.acceptButtonContainer{
height: 187.5px;
}
}
