button#swag-next-button {
  border-radius: 50%;
  width: 80px;
  min-height: 80px !important;
  background-color: #fff;
}
button#swag-previous-button:after,
button#swag-next-button:after {
  display: none;
}
button#swag-previous-button[disabled] {
  border: 2px solid #fff;
}
button#swag-previous-button {
  background-color: #fff;
  border-radius: 48%;
  min-height: 80px;
  width: 80px;
}
