.mcstyle-button {
  width: 100%;
  height: 90%;
}
 
.mcstyle-button img {
   max-width: 300px;
   max-height: 220px;
}

.mcstyle-button .multiChoiceAnswer {
  float: left;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font-size: 2em;
  border: 1px solid #A3A3A3;
  width: 50%;
  min-height: 25%;
  padding: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.mcstyle-button .multiChoiceAnswer:hover {
  color: #0099CC;
  border-color: #0099CC;
}
.mcstyle-button .multiChoiceAnswer.mc-selected {
  background-color: #80FFFF;
}

.buttonChoiceNewline { clear: both; }

.text .mcstyle-button .multiChoiceAnswer {
   font-size: 1em; 
}
