/* css styles */

.iframe-container {
  position: relative;
  overflow: hidden;
}

.iframe-container iframe {
  border: none;
  width: 100%;
  height: 80vh;
}

