.movieLinkWrap {
  position: fixed;
  left: 0;
  bottom: 5%;
  width: 30vw;
  max-width: 300px;
  min-width: 120px;
  max-height: 300px;
}

.movieLinkWrap .movieLink {
  background-image: url(../img/movie.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100%;
  max-width: 300px;
  max-height: 300px;
  cursor: pointer;
}

.movieLinkWrap .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 14pt;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #000;
  text-align: center;
  box-shadow: 0px 0px 5px 1px #000;
}
