.worldcup-container {
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c3c3c7d;
  position: absolute;
  overflow: hidden;
}
.worldcup-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}
.worldcup-iframe.anim {
  display: inline;
  animation: stretch 0.4s linear;
}

@keyframes stretch {
  from {
    height: 10%;
  }
  to {
    height: 100%;
  }
}

.close-worldcup {
  position: absolute;
  top: 2%;
  right: 5%;
  z-index: 2;
  font-size: 47px;
  color: #feffff;
  cursor: pointer;
}
.close-worldcup:hover {
  color: #232323;
}
.worldcup-icon {
  font-size: 14px;
}
