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

.list-videos {
  padding-left: 1rem;
  width: 430px;
  height: auto;
}

.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: #b33540;
}

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

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

.video-button:hover {
  font-weight: 550;
}

.video-button {
  font-size: 15.5px;
  color: #fff;
}

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

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
  .column {
    width: 100%;
  }

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

  .list-videos {
    width: 100%;
    height: auto;
  }

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

  .pl-1 {
    padding-left: 8px;
  }

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