body {
  margin: 13px;
  padding: 0;
  text-align: center;
}
h3 {
  font-size: 14px;
}
input {
  display: none;
}
input:checked + label {
  background-color: #15F3FF;
  color: #FF00FF;
  font-weight: bold;
  transition: color 0s;
}
label {
  margin: 13px;
}
.links {
  display: flex;
  flex-flow: column wrap;
  height: 50px;
  justify-content: center;
}
noscript,
.videos {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 13px;
  height: 400px;
  justify-content: center;
  width: 100%;
}
p {
  margin: 0;
}
#sidebarButtons,
#topBanners {
  display: none;
  margin: 13px auto;
}
#sidebarButtons .videos {
  max-width: 450px;
  margin: 0 auto;
}
#sidebarButtons,
#topBanners {
  max-width: 728px;
}
#sidebarButtonSelect:checked ~ #sidebarButtons,
#topBannerSelect:checked ~ #topBanners {
  display: block;
}
#topBanners video {
  max-width: 100%;
  max-height: 90px;
}
@media screen and (max-width: 750px) {
  #sidebarButtons .videos,
  .videos {
    height: auto;
    margin: 13px auto;
  }
}