.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

@media screen and (max-width:767px) {
	iframe[src*="youtube"] {
		width: 100% !important;
		height: 200px !important;
}
}

.citation tr {
    display: block;
}


table th,
table td {
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

 
  table {
    border: 1px solid #eee;
    border-radius: 5px !important;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
  }
  table td {
    display: block;
    font-size: .85em;
    text-align: left;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table tr td:last-child {
    margin-bottom: 3em;
    content: "" !important;
    white-space: pre !important;
  }
 