.body {
  background-color: #000;
  color: #000;
}

.image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.logo-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-container {
  display: block;
}

.button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.column {
  -o-object-fit: fill;
  object-fit: fill;
}

.column-2 {
  position: relative;
  overflow: auto;
}

.columns {
  display: block;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.image-2 {
  position: static;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block-2 {
  margin-top: 0px;
}

.div-block-3 {
  margin-top: 0px;
}

.div-block-4 {
  margin-top: 25%;
  text-align: center;
}

.image-4 {
  position: static;
  margin-top: 0%;
}

.text-block {
  color: #fff;
  font-size: 100px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.div-block-5 {
  text-align: center;
}

@media screen and (max-width: 479px) {
  .div-block-4 {
    margin-top: 50%;
  }
}

