/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
body.videos {
  background: #f9f9f9 url(../static/common/pink_site_bg.jpg) repeat-x center top;
}
@media (max-width: 850px) {
  body.videos {
    background-color: #b2d459;
    background: url(../static/common/pink_site_bg.jpg) repeat-x center top, url(../static/common/pink_site_bg_tile.jpg) repeat center 1467px;
  }
}
#site.videos {
  min-height: 1030px;
}
/**
 * Videos
 */
#videos button.play-pause, #videos button.cc, #videos button.scrubber-thumb {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  cursor: hand;
}
@media (min-width: 850px) {
  #videos {
    overflow: hidden;
  }
  #videos .content {
    opacity: 0;
    position: absolute;
    max-width: 1024px;
    width: 1024px;
    margin: 0 auto;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 300ms ease-out;
    height: 470px;
    z-index: 101;
  }
}
@media (max-width: 849px) {
  #videos {
    max-width: 640px;
    margin: 0 auto;
  }
}
/**
 * Loader
 */
.vjs-loading-spinner span, .loading-indicator, .appending-indicator {
  animation: spin 600ms infinite linear;
}
/**
 * Playlist
 */
/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
/**
 * Playlists
 */
#videos .playlists {
  text-align: center;
}
#videos .playlists ul {
  margin: 100px 25px;
}
@media (max-width: 850px) {
  #videos .playlists ul {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 600px) {
  #videos .playlists ul {
    width: 300px;
    margin: 20px auto;
  }
}
#videos .playlists li {
  position: relative;
  display: block;
}
@media (max-width: 850px) {
  #videos .playlists li {
    display: inline-block;
  }
}
#videos .playlists li.active a, #videos .playlists li.active:hover a {
  background-position: center bottom;
}
#videos .playlists a {
  display: block;
  background-position: center top;
  width: 140px;
  height: 72px;
  font-size: 0;
}
#videos .playlists a.all {
  background-image: url(../static/videos/videos_all_button.png);
  background-repeat: no-repeat;
}
#videos .playlists a.clips {
  background-image: url(../static/videos/videos_clips_button.png);
  background-repeat: no-repeat;
}
#videos .playlists a.episodes {
  background-image: url(../static/videos/videos_episodes_button.png);
  background-repeat: no-repeat;
}
#videos .playlists a.music {
  background-image: url(../static/videos/videos_music_button.png);
  background-repeat: no-repeat;
}
.no-touchevents #videos .playlists a:hover, .touchevents #videos .playlists a:active, #videos .playlists li.active a {
  color: #fe6aae;
}
/**
 * Player
 */
/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
.pbskids-default-skin .vjs-big-play-button span {
  background-size: 30% !important;
}
#player {
  background-size: contain;
  z-index: 5;
  position: relative;
}
#player .play-pause {
  display: block;
  position: absolute;
  background: url(../static/videos/play_pause.png) no-repeat;
  background-size: 100% auto;
  box-shadow: 0 0 30px #fff;
  border-radius: 43px;
  opacity: 0.8;
}
#player .play-pause:before {
  content: "";
  display: block;
  padding-top: 84.8484848485%;
}
#player .play-pause:hover {
  opacity: 1;
}
#player .play-pause:before {
  background: url(../static/videos/play_pause.png) no-repeat;
  background-size: 100% auto;
  background-position: left 0;
  opacity: 0;
  transition: opacity 200ms ease-out;
}
#player .play-pause.playing {
  background-position: right 101%;
}
#player .play-pause.playing:before {
  background-position: right top;
}
#player .cc {
  display: block;
  position: absolute;
  background: url(../static/videos/cc_button.png) no-repeat center bottom;
  background-size: 100% auto;
  font-size: 0;
  box-shadow: 0 0 30px #fff;
  border-radius: 100%;
  opacity: 0.8;
  transition: opacity 0.2s;
  overflow: hidden;
}
#player .cc:before {
  content: "";
  display: block;
  padding-top: 84.8484848485%;
}
#player .cc:before {
  background: url(../static/videos/cc_button.png) no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  opacity: 0;
  height: 85px;
  transition: opacity 200ms ease-out;
}
#player .cc:hover, #player .cc.captions-on:before {
  opacity: 1;
}
#player .scrubber {
  display: block;
  position: absolute;
  height: 8px;
  background-color: #fff;
}
#player .scrubber-track {
  width: 100%;
  height: 100%;
}
#player .scrubber-thumb {
  background: url(../static/videos/cupcake_button.png) no-repeat top right;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#player .scrubber-thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#player .scrubber-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../static/videos/cupcake_button.png) no-repeat bottom right;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 200ms ease-out;
}
#player .progress {
  display: none;
}
@media (min-width: 850px) {
  #player {
    width: 768px;
    height: 489px;
    background: url(../static/videos/video_player_short.png) no-repeat center 30px;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: -7%;
    margin-left: -379px;
  }
  #player #video-player {
    width: 450px;
    height: 254px !important;
    position: absolute;
    top: 115px;
    left: 155px;
    background-color: #000;
  }
  #player .play-pause {
    width: 105px;
    height: 68px;
    top: 410px;
    left: 125px;
  }
  #player .cc {
    width: 70px;
    height: 70px;
    top: 410px;
    right: 125px;
  }
  #player .scrubber {
    width: 266px;
    left: 240px;
    top: 441px;
  }
  #player .scrubber-thumb {
    width: 45px;
    height: 57px;
  }
  #player .progress {
    display: none;
    float: right;
    margin: -65px -53px 0 0;
    color: #fff;
    font-weight: bold;
  }
}
@media (min-width: 641px) and (max-width: 850px) {
  #player {
    width: 620px;
    height: 548px;
    background: url(../static/videos/video_player_short.png) no-repeat center 67%;
    background-size: contain;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -80px;
  }
  #player #video-player {
    width: 380px;
    height: 213px !important;
    position: absolute;
    top: 166px;
    left: 118px;
    background-color: #000;
  }
  #player .play-pause {
    width: 91px;
    height: 59px;
    top: 405px;
    left: 95px;
  }
  #player .play-pause:before {
    background-position: left 60px;
  }
  #player .cc {
    width: 60px;
    height: 61px;
    top: 403px;
    right: 105px;
  }
  #player .scrubber {
    width: 200px;
    left: 190px;
    top: 431px;
  }
  #player .scrubber-thumb {
    width: 39px;
    height: 49px;
  }
  #player .progress {
    float: right;
    margin: -57px -50px 0 0;
    color: #fff;
    font-weight: bold;
  }
}
@media (min-width: 421px) and (max-width: 640px) {
  #player {
    position: relative;
    background: url(../static/videos/video_player_short.png) no-repeat center 67%;
    background-size: contain;
    margin: -13% auto 0;
    left: 0;
    width: 95%;
  }
  #player:before {
    content: "";
    display: block;
    padding-top: 88.3870967742%;
  }
  #player #video-player {
    width: 61.5%;
    height: 40.3% !important;
    position: absolute;
    top: 30%;
    left: 19.1%;
    background-color: #000;
  }
  #player .play-pause {
    width: 15.6%;
    height: 11%;
    top: 73.5%;
    left: 15%;
  }
  #player .cc {
    width: 10.6%;
    height: 12.2%;
    top: 73%;
    right: 17.5%;
  }
  #player .scrubber {
    top: 79.3%;
    width: 30.2%;
    left: 31.5%;
  }
  #player .scrubber-thumb {
    width: 22%;
    min-height: 45px;
  }
  #player .progress {
    float: right;
    margin: -50px -35px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  #player {
    position: relative;
    background: url(../static/videos/video_player.png) no-repeat;
    background-size: contain;
    margin: -13% auto 0;
    left: 0;
    width: 100%;
  }
  #player:before {
    content: "";
    display: block;
    padding-top: 88.3870967742%;
  }
  #player #video-player {
    width: 61.5%;
    height: 40.3%;
    position: absolute;
    top: 30%;
    left: 19.1%;
    background-color: #000;
  }
  #player .play-pause {
    width: 15.6%;
    height: 11%;
    top: 73.5%;
    left: 15%;
  }
  #player .cc {
    width: 10.6%;
    height: 12.2%;
    top: 72.7%;
    right: 16.5%;
  }
  #player .scrubber {
    top: 78.3%;
    width: 28.2%;
    left: 31.5%;
  }
  #player .scrubber-thumb {
    width: 29%;
    min-height: 45px;
  }
  #player .progress {
    float: right;
    margin: -50px -35px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
  }
}
html.isfullscreen #video-player {
  width: auto !important;
  height: auto !important;
  position: static !important;
}
/**
 * Playlist
 */
/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
/**
 * Playlist buttons and misc (up / down / more / loading)
 */
#playlist .more-videos {
  width: 100%;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition: color 200ms ease-out, text-shadow 200ms ease-out;
}
.no-touchevents #playlist .more-videos:hover, .touchevents #playlist .more-videos:active {
  color: #590388;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#playlist .loading-indicator {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 100;
}
@media (min-width: 850px) {
  #playlist {
    position: absolute;
    height: 404px;
    width: 142px;
    right: 0;
    top: 50px;
  }
  #playlist .up, #playlist .down {
    outline: none !important;
    border: none !important;
    cursor: pointer;
  }
  #playlist .up:after, #playlist .down:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 71px;
    position: absolute;
    display: block;
    background-position: 0 0;
    opacity: 0;
    transition: opacity 200ms;
  }
  .no-touchevents #playlist .up:hover:after, .touchevents #playlist .up:active:after, .no-touchevents #playlist .down:hover:after, .touchevents #playlist .down:active:after {
    opacity: 1;
  }
  #playlist .up {
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 71px;
    background-image: url(../static/videos/up.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    font-size: 0 !important;
    z-index: 30;
  }
  #playlist .up:before {
    content: "";
    display: block;
    padding-top: 28.5714285714%;
  }
  #playlist .up:after {
    background: transparent url(../static/videos/up.png) no-repeat 0 bottom;
    height: 71px;
  }
  #playlist .down {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 71px;
    background: transparent url(../static/videos/down.png) no-repeat 0 -71px;
    font-size: 0 !important;
    z-index: 30;
  }
  #playlist .down:before {
    content: "";
    display: block;
    padding-top: 28.5714285714%;
  }
  #playlist .down:after {
    background: url(../static/videos/down.png) no-repeat 0 0;
  }
  #playlist .more-videos {
    padding: 0 !important;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
  }
  #playlist .more-videos span {
    font-size: 0;
  }
  #playlist .appendingIndicator-container {
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition: color 200ms ease-out, text-shadow 200ms ease-out;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
  }
  #playlist .appendingIndicator-container .appending-indicator {
    width: 30px;
    height: 30px;
  }
  #playlist .appendingIndicator-container img {
    vertical-align: middle;
    margin-right: 5px;
  }
}
@media (max-width: 849px) {
  #playlist .up, #playlist .down {
    display: none;
  }
  #playlist .more-videos {
    width: 60.4743083004%;
    padding-top: 18% !important;
    position: relative;
    background: url(../static/videos/more-videos-button-1.png) no-repeat center top;
    background-size: 100% auto;
    margin: 0 auto 60px;
    position: relative;
    display: block;
    font-size: 0;
  }
  #playlist .more-videos:hover {
    background-position: center bottom;
  }
  #playlist .more-videos span {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 0;
    transform: translateY(-60%);
  }
  #playlist .appendingIndicator-container {
    width: 60.4743083004%;
    padding-top: 26%;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  #playlist .appendingIndicator-container span {
    display: none;
  }
  #playlist .appendingIndicator-container img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 849px) and (max-width: 640px) {
  #playlist .more-videos {
    font-size: 5vw;
    margin: 0 auto 30px;
  }
}
/**
 * iScroll video playlist container
 */
#video-playlist-iScrollContainer {
  min-height: 100px;
}
@media (min-width: 850px) {
  #video-playlist-iScrollContainer {
    position: absolute;
    top: 46px;
    width: 182px;
    height: 307px;
    left: 50%;
    margin-left: -91px;
  }
}
@media (max-width: 849px) {
  #video-playlist-iScrollContainer {
    overflow: visible !important;
  }
}
#video-playlist-iScrollContainer #video-playlist {
  opacity: 1;
}
/**
 * Playlist thumbnails
 */
#video-playlist {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  min-height: 100px;
}
#video-playlist .fullep-label {
  position: absolute;
  bottom: 15px;
  display: none;
  padding: 5px;
  width: 88.5%;
  overflow: hidden;
  z-index: 1;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
#video-playlist .fullep-label:before {
  display: block;
  content: "";
  position: absolute;
  height: 150%;
  width: 150%;
  top: 1px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#video-playlist .episode .fullep-label {
  display: block;
}
#video-playlist .new-label {
  display: none;
  transition: opacity 300ms ease-out;
}
#video-playlist .new-video .new-label {
  display: block;
  background-image: url(../static/videos/new-video.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 56px;
  font-size: 0;
  position: absolute;
  z-index: 30;
  top: 13px;
  left: 14px;
}
#video-playlist .new-video .new-label:before {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
#video-playlist .video-info {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.25em;
}
@media (min-width: 850px) {
  #video-playlist li.item {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    height: 110px;
    padding: 10px 0;
  }
  #video-playlist li.item:first-child {
    height: 120px;
    padding-top: 20px;
  }
  #video-playlist li.item:last-child {
    height: 120px;
    padding-bottom: 20px;
  }
  .no-touchevents #video-playlist li.item:hover .video-info {
    opacity: 1;
  }
  .no-touchevents #video-playlist li.item:hover .new-label {
    opacity: 0;
  }
  #video-playlist li.item.selected .item-inner {
    background-position: 0 0;
  }
  #video-playlist .item-inner {
    width: 181px;
    height: 111px;
    position: relative;
    margin: 0 auto;
    padding: 6px 7px;
    background-image: url(../static/videos/videoplayer_video_containers.png);
    background-position: 0 -118px;
  }
  #video-playlist .thumb-container img {
    width: 160px;
    height: 90px;
    z-index: 1;
  }
  #video-playlist .video-info {
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    width: 160px;
    top: 6px;
    position: absolute;
    background-color: #fe6aae;
    color: #b1eaff;
    font-size: 13px;
    padding: 7px 10px;
    opacity: 0;
    transition: opacity 300ms ease-out;
  }
  #video-playlist .video-info .video-title {
    color: #FFF;
  }
}
@media (max-width: 849px) {
  #video-playlist {
    margin: 0 40px;
  }
  #video-playlist .fullep-label {
    font-size: 18px;
    width: 100%;
    bottom: 0;
  }
  #video-playlist .new-video .new-label {
    top: 9%;
    left: 3%;
    width: 10%;
  }
  #video-playlist li.item {
    width: 100%;
    background-color: #ef1ca5;
    display: table;
    position: relative;
    margin-bottom: 4%;
    padding: 2.34375%;
  }
  #video-playlist li.item.selected {
    background-color: #feef56;
    color: #fe6aae;
  }
  #video-playlist li.item.selected .video-info {
    color: #ef1ca5;
  }
  #video-playlist li.item:before {
    display: block;
    content: "";
    position: absolute;
    width: 103%;
    height: 114%;
    background-size: 100% 100%;
    top: -5%;
    z-index: 5;
    left: -1%;
  }
  #video-playlist .item-inner {
    position: relative;
    display: table-row;
  }
  #video-playlist .thumb-container {
    display: table-cell;
    width: 32%;
    padding-right: 3%;
  }
  #video-playlist .thumb-container .thumb-inner {
    border: 2px solid #FFF;
    position: relative;
  }
  #video-playlist .thumb-container img {
    width: 100%;
    height: auto;
    max-height: 90px;
    display: block;
  }
  #video-playlist .video-info {
    font-size: 20px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
  }
  #video-playlist .video-title {
    font-weight: bold;
  }
}
@media (max-width: 849px) and (max-width: 480px) {
  #video-playlist {
    margin: 0 20px;
  }
}
@media (max-width: 849px) and (max-width: 640px) {
  #video-playlist .fullep-label {
    font-size: 2.8vw;
  }
}
@media (max-width: 849px) and (max-width: 640px) {
  #video-playlist .video-info {
    font-size: 3vw;
  }
}
.sparkle {
  background: url(../static/common/sparkle.png) center center;
  width: 98px;
  height: 93px;
  position: absolute;
  z-index: 4;
}
@media (max-width: 640px) {
  .sparkle {
    display: none;
  }
}
.sparkle.one {
  top: 2.5%;
  left: 7%;
  animation: sparkle 4s infinite;
}
.sparkle.two {
  top: 2.5%;
  right: 8%;
  animation: sparkle2 4s infinite;
}
.sparkle.three {
  top: 50%;
  right: 6%;
  animation: sparkle3 4s infinite;
}
/**
 * Hero
 */
@media (max-width: 850px) {
  .hero-pink, .hero-peter {
    display: none;
  }
}
@media (min-width: 850px) {
  .hero-pink {
    width: 205px;
    height: 455px;
    z-index: 4;
    right: 32%;
    top: -175px;
    transform-origin: center center;
    position: absolute;
    cursor: pointer;
  }
  .hero-pink:after {
    z-index: 8;
    width: 205px;
    height: 40px;
    border-radius: 100%;
    top: 390px;
    position: absolute;
    transform-origin: center center;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  }
  .hero-pink .head {
    animation: head-shake 4s infinite;
    transform-origin: 106px 80px;
    z-index: 1;
  }
  .hero-pink .head .crown {
    background-image: url(../static/animations/pink/crown.png);
    background-size: 100%;
    z-index: 11;
    position: absolute;
    left: 74px;
    width: 55px;
    height: 30px;
    top: 5px;
  }
  .hero-pink .head .pony-left {
    background-image: url(../static/animations/pink/pony_left.png);
    background-size: 100%;
    z-index: 9;
    width: 39px;
    height: 25px;
    position: absolute;
    top: 43px;
    left: 34px;
    transform-origin: right center;
  }
  .hero-pink .head .pony-right {
    background-image: url(../static/animations/pink/pony_right.png);
    background-size: 100%;
    z-index: 9;
    width: 39px;
    height: 25px;
    position: absolute;
    top: 39px;
    left: 127px;
    transform-origin: left center;
  }
  .hero-pink .head .head-base {
    background-image: url(../static/animations/pink/head_base.png);
    background-size: 100%;
    width: 77px;
    height: 80px;
    position: absolute;
    top: 28px;
    left: 63px;
    z-index: 9;
  }
  .hero-pink .head .eye {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: url(../static/animations/eye.png);
    position: absolute;
    z-index: 10;
    transform-origin: center center;
    animation: blink 7s infinite;
  }
  .hero-pink .head .eye.left {
    left: 86px;
    top: 62px;
  }
  .hero-pink .head .eye.right {
    left: 116px;
    top: 62px;
  }
  .hero-pink .head .eyebrow {
    position: absolute;
  }
  .hero-pink .head .eyebrow.right {
    z-index: 10;
    top: 52px;
    left: 114px;
    width: 13px;
  }
  .hero-pink .head .eyebrow.right img {
    transform: scaleX(-1);
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .head .eyebrow.left {
    z-index: 10;
    top: 53px;
    left: 78px;
    width: 13px;
  }
  .hero-pink .head .eyebrow.left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .head .nose {
    background-image: url(../static/animations/pink/nose.png);
    background-size: 100%;
    z-index: 10;
    position: absolute;
    left: 97px;
    width: 11px;
    height: 7px;
    top: 71px;
  }
  .hero-pink .head .smile {
    background-image: url(../static/animations/pink/smile_thin.png);
    background-size: 100%;
    z-index: 10;
    width: 34px;
    height: 14px;
    position: absolute;
    left: 85px;
    top: 81px;
  }
  .hero-pink .head .smile .open {
    opacity: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #9e1e40;
    position: absolute;
    left: 12px;
    top: 3px;
  }
  .hero-pink .body .neck {
    background-image: url(../static/animations/pink/neck.png);
    background-size: 100%;
    z-index: -1;
    position: absolute;
    width: 27px;
    height: 19px;
    left: 89px;
    top: 103px;
  }
  .hero-pink .body .wings {
    background-image: url(../static/animations/pink/wings.png);
    background-size: 100%;
    z-index: 8;
    position: absolute;
    top: 92px;
    left: 37px;
    width: 130px;
    height: 105px;
  }
  .hero-pink .body .torso {
    background-image: url(../static/animations/pink/torso.png);
    background-size: 100%;
    position: absolute;
    width: 67px;
    height: 120px;
    top: 114px;
    left: 70px;
    z-index: 10;
  }
  .hero-pink .body .left {
    z-index: 9;
    transform-origin: 83px 133px;
    position: absolute;
    transform: rotate(-12deg);
  }
  .hero-pink .body .left .arm {
    width: 28px;
    height: 102px;
    top: 117px;
    left: 71px;
    position: absolute;
    transform: rotate(34deg);
    transform-origin: center top;
  }
  .hero-pink .body .left .arm img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .left .arm-lower {
    position: absolute;
    width: 12px;
    top: 166px;
    left: 46px;
    transform: rotate(34deg);
    transform-origin: center top;
  }
  .hero-pink .body .left .arm-lower img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .left .hand-open-back {
    opacity: 0;
    position: absolute;
    width: 17px;
    top: 44px;
    left: -3px;
    transform: rotate(-34deg);
  }
  .hero-pink .body .left .hand-open-back img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .left .hand-open-front {
    position: absolute;
    width: 26px;
    top: 52px;
    left: -11px;
    transform: rotate(-34deg);
  }
  .hero-pink .body .left .hand-open-front img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .left .hand-back-fist {
    display: none;
    position: absolute;
    width: 17px;
    top: 44px;
    left: -3px;
    transform: rotate(-34deg);
  }
  .hero-pink .body .left .hand-back-fist img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .right {
    z-index: 9;
    transform-origin: 123px 133px;
    position: absolute;
    transform: rotate(12deg);
  }
  .hero-pink .body .right img {
    transform: scaleX(-1);
  }
  .hero-pink .body .right .arm {
    z-index: 9;
    width: 28px;
    height: 102px;
    top: 117px;
    left: 106px;
    position: absolute;
    transform: rotate(-34deg);
    transform-origin: center top;
  }
  .hero-pink .body .right .arm img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .right .arm-lower {
    position: absolute;
    z-index: 10;
    width: 12px;
    top: 166px;
    left: 147px;
    transform: rotate(-34deg);
    transform-origin: center top;
  }
  .hero-pink .body .right .arm-lower img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .right .hand-open-back {
    position: absolute;
    width: 17px;
    top: 44px;
    left: -3px;
    transform: rotate(34deg);
    display: none;
  }
  .hero-pink .body .right .hand-open-back img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .right .hand-open-front {
    width: 26px;
    top: 50px;
    left: -2px;
    transform: rotate(23deg);
    display: block;
    position: absolute;
  }
  .hero-pink .body .right .hand-open-front img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .body .right .hand-back-fist {
    display: none;
    position: absolute;
    width: 17px;
    top: 204px;
    left: 179px;
  }
  .hero-pink .body .right .hand-back-fist img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-pink .legs .skirt {
    background-image: url(../static/animations/pink/skirt.png);
    background-size: 100%;
    position: absolute;
    width: 186px;
    height: 151px;
    top: 170px;
    left: 9px;
    z-index: 10;
  }
  .hero-peter {
    position: absolute;
    z-index: 1;
    display: block;
    left: 32%;
    top: -140px;
    cursor: pointer;
    transform-origin: 106px 135px;
    transform: translateX(-50%) scale(0.9);
  }
  .hero-peter:after {
    z-index: 8;
    width: 205px;
    height: 40px;
    border-radius: 100%;
    top: 310px;
    position: absolute;
    transform-origin: center center;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
  }
  .hero-peter .head {
    animation: head-shake 4s infinite;
    animation-delay: 0.4s;
    transform-origin: 106px 80px;
    z-index: 1;
  }
  .hero-peter .head .head-base {
    background-image: url(../static/animations/peter/head_base.png);
    background-size: 100%;
    width: 113px;
    height: 93px;
    position: absolute;
    top: -3px;
    left: 28px;
    z-index: 9;
  }
  .hero-peter .head .eye {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: url(../static/animations/eye.png);
    position: absolute;
    z-index: 10;
    transform-origin: center center;
    animation: blink 7s infinite;
    animation-delay: 0.75s;
  }
  .hero-peter .head .eye.left {
    left: 80px;
    top: 42px;
  }
  .hero-peter .head .eye.right {
    left: 115px;
    top: 42px;
  }
  .hero-peter .head .smile {
    background-image: url(../static/animations/peter/mouth.png);
    background-size: 100%;
    z-index: 10;
    width: 40px;
    height: 16px;
    position: absolute;
    left: 78px;
    top: 62px;
  }
  .hero-peter .head .smile .open {
    opacity: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #9e1e40;
    position: absolute;
    left: 16px;
    top: 4px;
  }
  .hero-peter .body {
    z-index: 0;
  }
  .hero-peter .body .neck {
    background-image: url(../static/animations/peter/neck.png);
    background-size: 100%;
    z-index: -1;
    position: absolute;
    width: 24px;
    height: 28px;
    left: 88px;
    top: 73px;
  }
  .hero-peter .body .torso {
    background-image: url(../static/animations/peter/torso.png);
    background-size: 100%;
    position: absolute;
    width: 80px;
    height: 113px;
    top: 92px;
    left: 60px;
    z-index: 10;
  }
  .hero-peter .body .left {
    z-index: -1;
    transform-origin: 86px 107px;
    position: absolute;
    transform: rotate(-12deg);
    left: -4px;
  }
  .hero-peter .body .left .arm {
    width: 30px;
    height: 57px;
    top: 97px;
    left: 66px;
    position: absolute;
    transform: rotate(21deg);
    transform-origin: center top;
  }
  .hero-peter .body .left .arm img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .body .left .arm-lower {
    position: absolute;
    width: 22px;
    top: 135px;
    left: 45px;
    transform: rotate(23deg);
    transform-origin: 12px 3px;
  }
  .hero-peter .body .left .arm-lower img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .body .left .hand-open {
    z-index: 8;
    opacity: 1;
    position: absolute;
    width: 21px;
    top: 49px;
    left: -7px;
    transform: rotate(-147deg);
  }
  .hero-peter .body .left .hand-open img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .body .left .hand-down {
    z-index: 8;
    position: absolute;
    display: none;
    width: 14px;
    top: 49px;
    left: -2px;
    transform: rotate(0deg);
  }
  .hero-peter .body .left .hand-down img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .body .right {
    z-index: 9;
    transform-origin: 117px 107px;
    position: absolute;
    transform: rotate(12deg);
    left: 5px;
  }
  .hero-peter .body .right img {
    transform: scaleX(-1);
  }
  .hero-peter .body .right .arm {
    z-index: 9;
    width: 30px;
    height: 57px;
    top: 97px;
    left: 104px;
    position: absolute;
    transform: rotate(-21deg);
    transform-origin: center top;
  }
  .hero-peter .body .right .arm img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .body .right .arm-lower {
    position: absolute;
    z-index: 10;
    width: 22px;
    top: 135px;
    left: 132px;
    transform: rotate(-23deg);
    transform-origin: center top;
  }
  .hero-peter .body .right .arm-lower img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .body .right .hand-open {
    opacity: 0;
    position: absolute;
    width: 21px;
    top: 50px;
    left: 10px;
    transform: rotate(147deg);
    z-index: 8;
  }
  .hero-peter .body .right .hand-open img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .body .right .hand-down {
    z-index: 8;
    position: absolute;
    width: 14px;
    top: 49px;
    left: 11px;
    transform: rotate(0deg);
  }
  .hero-peter .body .right .hand-down img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .legs .left .leg {
    position: absolute;
    width: 40px;
    left: 66px;
    top: 185px;
    z-index: 9;
    transform-origin: center 5px;
  }
  .hero-peter .legs .left .leg img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-peter .legs .left .leg .foot {
    position: absolute;
    top: 119px;
    left: -3px;
    width: 18px;
    height: 24px;
    z-index: 10;
    transform-origin: right top;
  }
  .hero-peter .legs .right .leg {
    position: absolute;
    width: 40px;
    left: 98px;
    top: 185px;
    z-index: 9;
    transform-origin: center 5px;
  }
  .hero-peter .legs .right .leg img {
    width: 100%;
    height: auto;
    display: block;
    transform: scaleX(-1);
  }
  .hero-peter .legs .right .leg .foot {
    position: absolute;
    top: 119px;
    left: 25px;
    width: 18px;
    height: 24px;
    z-index: 10;
    transform-origin: left top;
  }
}
@media (min-width: 850px) and (max-width: 768px) {
  .hero-peter {
    left: 60.5%;
    top: 44.5%;
  }
}
