audio, button { outline: none; }
audio { max-width: 1000px; width: 100%; }

.modalTwelvethNov {
  display: none;
  position: fixed;
  z-index: 11111;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-contentTwelvethNov {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 65%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from { top: -300px; opacity: 0; }
  to { top: 0; opacity: 1; }
}

.closeTwelvethNov {
  color: white;
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -33px;
}

.closeTwelvethNov:hover { color: #00A0E6; }

.modal-bodyTwelvethNov { padding: 28px 12px 20px; }

@media (max-width: 480px) {
  .modal-contentTwelvethNov { width: 90%; }
  .modalTwelvethNov { padding-top: 50%; }
  .closeTwelvethNov { right: -2px; }
}

@media (max-width: 320px) {
  .modal-contentTwelvethNov { width: 80%; }
  .closeTwelvethNov { top: -32px; right: -28px; }
}
