body {
  padding: 25px;
}

header {
  margin: 0 !important;
  padding: 5px !important;
}

footer {
  margin: 0 !important;
  padding: 0 !important;
}

button {
  padding: 5px 20px 5px 20px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thumbnail-wrapper {
  position: relative;
  display: inline-block;
}

.thumbnail-wrapper img {
  display: block;
  width: 100%; /* adjust as needed */
  height: auto;
}

.control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 2em;
  color: white;

  pointer-events: none;
  user-select: none;

  outline: none; /* reset any focus outline */
  border: none; /* reset any border */
  box-shadow: none; /* reset any Pico shadow */
}

.play-overlay button:focus,
.play-overlay button:active {
  outline: none;
  box-shadow: none;
}

.spinner-large {
  font-size: 6.8rem;
  margin: 0;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  top: 0;
}
