.memeVideo {
  position: fixed;
  width: 90%;
  max-width: 480px;
  max-height: 370px;
  aspect-ratio: 16:9;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
}

.close {
  font-size: 15px;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 231px;
  right:420px;
  border: 2px solid black;
  background-color: transparent;
  padding: 14px 28px;
  cursor: pointer;
  border-color: #e7e7e7;
}

.next {
  font-size: 15px;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 231px;
  right:10px;
  border: 2px solid black;
  background-color: transparent;
  padding: 14px 28px;
  cursor: pointer;
  border-color: #e7e7e7;
}

.hideMeme .close {
  display: none;
}

.hideMeme .memeVideo {
  display: none;
}

.hideMeme .next {
  display: none;
}
