.thispage-container{
  margin: auto;
  max-width: 1000px;
  padding: 20px 50px 60px 50px;
  background-color:rgba(3, 12, 27, .6);
}
.thispage-title{
  color: white;
  font-size: 34px;
  font-style: italic;
  font-weight: bold;
  width: 100%;
  background-color: #191919;
  display: block;
  border: 1px solid white;
}
p{
  width: 100%;
  border: 1px solid white;
  margin: 0;
  padding: 14px;
  color: white;
  background-color: #123456;
}
.fullvid-container{
  max-width: 900px;
  height: 580px;
  background-color: white;
  margin: 2px;
  margin-bottom: 40px;
  order: 1;
  border-top-right-radius: 15px;
  text-align: center;
}
.fullvid-title{
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 20px;
  font-family: "Lucida Sans Unicode";
}
