.social-link{
  background-image: url(https://www.crap-dap.com/image/social-media.png);
  height: 80px;
  width: 80px;
  display: inline-block;
  background-size: 241px;
  background-repeat: no-repeat;
}
.social-link:hover{
  background-image: url(https://www.crap-dap.com/image/social-media-hover.png);
  height: 80px;
  width: 80px;
  display: inline-block;
  background-size: 241px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.link-youtube{
  background-position: 0px 0px;
}
.link-twitter{
  background-position: -80.5px 0px;
}
.topGridContainer{
  cursor: pointer;
  width: 560px;
}
@media screen and (max-width: 1600px) {
  #NewEpisodes{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1066.67px) {
  #NewEpisodes{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 533.33px) {
  #bigGridCollection{
    display: none;
  }
}
.watch {
  background-image: url(https://assets.pokemon.com/static2/_ui/img/chrome/video-play-button.png);
  height: 159px;
  width: 280px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translateY(-1px);
  background-size: 25%;
}
.watch:hover {
  background-image: url(https://assets.pokemon.com/static2/_ui/img/chrome/video-play-button-hover.png);
  transition: .3s;
}

.ladel {
  width: 270px;
}

br.viewport-mobile {
  display: none;
}
span.viewport-mobile {
  position: absolute;
}

@media screen and (max-width: 980px) {
  .episodeListsName{
    display: flex;
  }
  .ladel {
    width: 60%;
  }
  br.viewport-mobile {
    display: block;
  }
  span.viewport-mobile {
    position: static;
  }
}
.app-link a {
  color: black;
  text-decoration: none;
}