.container-fluid {
  height: 100vh;
  position: relative;
}

.logo-iscsp {
  width: 198px;
  height: 94px;
  display: block;
  left: 0;
}

.video {
  width: 100%;
  max-width: 630px;
  display: inline-block;
}
.video:before, .video:after {
  content: "";
  width: 100%;
  height: 22px;
  display: block;
  background-image: url("../images/asterisks.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 0;
  margin: auto;
}
.video:before {
  top: 0;
  left: 0;
  margin-bottom: 1rem;
}
.video:after {
  bottom: 0;
  left: 0;
  margin-top: 1rem;
}

.text-natal {
  max-width: 180px;
  background-color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
footer .tree img {
  max-width: 690px;
  max-height: 150px;
  width: 400px;
}
footer .tree:first-child img {
  margin-left: -15px;
  bottom: 0;
  left: 0;
  position: absolute;
}
footer .tree:last-child img {
  bottom: 0;
  right: 0;
  position: absolute;
}
