body {
    font-family: Helvetica, Arial;
    font-size: 10px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
  }
  
  .container {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    transition: all 200ms ease-out;
  }
  
  .content span {
    background: #000;
    border-radius: 3px;  
    box-decoration-break: clone;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    padding: 5px 8px 5px 8px;
    -webkit-box-decoration-break: clone;
  }
  
  .content .active {
    text-decoration: underline;
  }
  
  .loading {
    min-height: 90px;
    text-align: center;
    visibility: hidden;
  }
  
  .cat-gif {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 200ms ease-out;
  }
  
  .top-left {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 11px;
    z-index: 1;
    /* opacity: 0; */
    display: none;
  }
  
  .top-left-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  
  .top-left a.permalink {
    background: transparent url("/images/ui/ui.png") no-repeat 0px -15px;
    padding-left: 20px;
  }
  
  .top-left a.youtube {
    background: transparent url("/images/ui/ui.png") no-repeat 0px -33px;
    padding-left: 18px;
  }
  
  .top-left-content div {
    background-color: #000;
    display: inline-block;
    padding: 50px 15px 50px 15px;
    border-radius: 50%;
    margin-bottom: 30px;
  }
  
  .top-left-content a {
    color: #fff;
  }
  
  .top-left-content span.show-me-another {
    font-size: 25px;
  }
  
  .top-left-content span.show-me-another a {
    color: #fff02a;
    font-weight: bold;
  }
  
  .bottom-right {
    align-items: flex-end;
    top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    padding: 4px;
    position: absolute;
    right: 0;
    transform: translateY(+100%);
    transition: all 200ms ease-out;
    z-index: 1;
  }
  
  .bottom-right ul {
      background: #000;
      background: rgba(0,0,0,0.8);
    border-radius: 3px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 4px;
  }
  
  .bottom-right ul li {
      height: 44px;
      padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 44px;
  }
  
  .bottom-right ul li:last-child {
    padding-left: 0;
    width: auto;
  }
  
  .bottom-right a.footer_fb {
    background: transparent url("/images/ui/ui.png") no-repeat 0px -50px;
    display: block;
    height: 17px;
    text-decoration: none;
    width: 16px;
  }
  
  .bottom-right a.footer_twitter {
    background: transparent url("/images/ui/ui.png") no-repeat 0px -73px;
    display: block;
    height: 14px;
    text-decoration: none;
    width: 20px;
  }
  
  .bottom-right li.shop {
    font-size: 11px;
    font-weight: bold;
    padding-right: 0px !important;
  }
  
  .bottom-right .tees {
    background-color: #fff02a;
    border-radius: 3px;
    border: 0px;
    box-shadow: 0px 1px 3px 0px #6e6e6e;
    line-height: 36px;
    padding: 0px 10px 0px 10px;
  }
  
  .bottom-right .tees a {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    text-decoration: none;
  }
  
  .bottom-right p {
    color: #fff;
    margin-bottom: 0;
    text-align: right;
  }
  
  .bottom-right p a {
    color: #fff;
  }
  
  .bottom-right p span {
    background: transparent url("/images/ui/ui.png") no-repeat -1px -151px;
    padding-left: 15px;
  }
  
  .bottom-right p span.credits {
    background: #000;
    background: rgba(0,0,0,0.8);
    border-radius: 3px;
    padding: 5px 8px 5px 8px;
  }
  
  .bottom-right ul li.sep {
    border-left: 1px solid #666;
  }
  
  .about {
      position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
  }
  
  .about p {
      margin-bottom: 15px;
      text-align: center;
  }
  
  .about p span {
      background: #000;
      background: rgba(0,0,0,0.8);
      padding: 5px 8px 5px 8px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      font-size: 14px;
  }
  
  .about p span a {
      color: #fff;
      font-weight: bold;
  }
  
  /* ready to play */
  .ready .content .loading {
    cursor: pointer;
    visibility: visible;
    z-index: 1111111;
  }
  
  /* playing */
  .playing .cat-gif {
    opacity: 1;
  }
  
  .playing .content {
    opacity: 0;
  }
  
  .playing .top-left {
    /* opacity: 1; */
    display: flex;
    transform: translateY(0);
    transition-delay: 1s;
    height: 70vh;
    align-items: flex-end;
  }
  
  .bottom-right {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
  }
  
  @keyframes blink {
    50% {
      opacity: 0.0;
    }
  }
  
  .blink {
    animation: blink 1s step-start 0s infinite;
  }
  
  .logo-container {
    display: flex;
    justify-content: space-between;
    /* margin-top: -11px; */
    align-items: center;
    /* margin-bottom: 5px; */
}

#ytapiplayer{
  margin-top: 150px;
  position: absolute;
}










.header {
  overflow: hidden;
  background-image: linear-gradient(#000000b3 2%, transparent);
  padding: 20px 10px;
  height: 90px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-right a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

/* .logo  img{
  margin-left: 60px;
} */

.header-right {
  float: right;
}
/* 
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
} */


@media screen and (min-width: 769px) {
  .logo  img{
    margin-left: 60px;
    width: 170px;
    height: 55px;
  }
}

@media screen and (max-width: 768px) and (min-width: 561px) {
  .logo  img{
    margin-left: 60px;
    width: 100px;
    height: 40px;
  }
}

@media screen and (max-width: 560px) and (min-width: 426px) {
  .logo  img{
    margin-left: 60px;
    width: 100px;
    height: 40px;
  }
}

@media screen and (max-width: 425px) and (min-width: 376px) {
  .logo  img{
    width: 100px;
    height: 40px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 376px) {
  .logo  img{
    margin-left: 0px;
    width: 90px;
    height: 35px;
  }
}

