iframe {
  width: 100%;
  height: 380px;
}

.tablinks {
  width: 100%;
  height: 100%;
  background-color: #0a0909;
  color: #ffffff;
  margin: auto;
  padding: 5%;
  border-bottom: solid;
  border-color: #ffffff;
}

/* Change background color of buttons on hover */
.active {
  background-color: #b33540;
  border-bottom: solid;
  border-bottom-width: 2px;
  border-color: #0a0909;
}

/* Style the tab content */
.tabcontent {
  margin: auto;
  background-color: #b33540;
  width: 100%;
  height: 342px;
  overflow: auto;
}

.videos-label {
  font-size: larger;
}

.access-info {
  padding-top: 5em;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
  .container {
    margin: auto;
    width: 98%;
    height: 100%;
    padding: 2em;
  }

  .column {
    width: 100%;
  }

  iframe {
    width: 100%;
    height: 380px;
  }

  .wrapper-3-2 {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .logo {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
