@charset "UTF-8";

/*styles*/
#im-content {
  position: relative;
  z-index: 1;
}
#imasvideo{
  /* display: none; */
}
#video-content {
  width: 100%;
  max-width: 750px;
  display: block;
  margin: auto;
  
}

#video-content .video-wrap {
  width: 100%;
  height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;
}

#video-content .video-wrap video {
  width: auto;
  width: 100%;
  height: 100vh;
  margin: auto;
  /* display: none; */
}

#video-content .video-wrap button {
  border: none;
  background: none;
  padding: 0;
  width: 80%;
  max-width: 400px;
  position: relative;
  
}

#video-content .video-wrap button:focus {
  outline: none;
}

#video-content .video-wrap button img {
  width: 100%;
  height: auto;
}
.video-note{
  color: #ecff00;
  padding: 1rem;
  font-size: 90%;
}
