<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: yellow;
  box-sizing: border-box;
}
.main {
  padding: 1px;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2016/06/22/tile.jpg');
}
.main * {
  box-sizing: border-box;
}
.main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.header {
  margin: 2em auto;
  max-width: 1100px;
}
@media (min-width: 1023px) {
  .header .show-phone-down {
    display: none !important;
  }
}
html.touch  .contestant .image img {
  display: block;
}
.content {
  max-width: 1100px;
  margin: 0 auto;
}
.content .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.content .grid .item {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 0 4px 10px 4px;
}
.content .grid .item .image {
  display: block;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .content .grid .item {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-bottom: 13px;
  }
}
.content .grid .contestant {
  cursor: pointer;
  position: relative;
}
.content .grid .contestant .image {
  position: relative;
}
.content .grid .contestant img {
  display: inline-block;
}
.content .grid .contestant canvas {
  height: 100%;
}
.content .grid .contestant .name {
  background: url('https://i.cdn.turner.com/adultswim/big/img/2016/06/22/Rectangle.png');
  color: white;
  text-align: center;
  padding: 3px 0;
  text-transform: uppercase;
  font-family: 'Anton';
  letter-spacing: 1px;
  font-size: 0.9em;
}
.content .grid .contestant input {
  display: none;
}
.content .grid .contestant:hover:not(.voted) .image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: -2px;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.content .grid .contestant:hover:not(.voted) .image:before {
  content: "VOTE";
  color: white;
  background-color: red;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 15px;
  z-index: 3;
  bottom: 70px;
  display: inline-block;
  font-family: 'Open Sans Condensed';
  font-size: 2em;
}
.content .grid .contestant .percentage {
  color: white;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.5s;
}
.content .grid .contestant .percentage .text {
  position: relative;
  z-index: 2;
  bottom: 70px;
}
.content .grid .contestant .percentage:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: -2px;
}
.content .grid .contestant.voted .percentage {
  opacity: 1;
}
.content .grid .placeholder.item {
  position: relative;
  -ms-flex-order: -1;
      order: -1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1024px) {
  .content .grid .placeholder.item {
    -ms-flex-order: 0;
        order: 0;
    display: block;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
  }
}
.content .grid .placeholder.item .stunt-player {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .content .grid .placeholder.item .stunt-player {
    position: absolute;
  }
}
</pre></body></html>