.body {
  display: block;
  overflow: visible;
  height: 100%;
  padding: 20px;
  background-color: #f0f0f0;
}

.div-block {
  width: 80%;
  height: 80%;
  min-height: 90%;
  min-width: 100%;
}

.row {
  min-height: auto;
  float: none;
}

.row-2 {
  position: relative;
  left: 1px;
  top: 0px;
  right: 1px;
  bottom: 0px;
  display: inline;
  height: 30%;
  min-height: 0%;
  clear: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-3 {
  position: relative;
  min-height: 80%;
}

.column {
  min-height: 100%;
}

.div-block-2 {
  min-height: 10%;
  margin: 0px 1px 6px;
  background-color: #fff;
}

.div-block-3 {
  min-height: 70%;
  background-color: #000;
}

.button {
  position: relative;
  z-index: 2;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 34px;
  padding-left: 16px;
  border-radius: 100%;
  font-size: 30px;
  line-height: 0px;
  text-align: center;
}

.section {
  display: block;
  padding-left: 0px;
}

.container-2 {
  position: static;
  display: block;
  height: 100%;
}

.heading {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.section-2 {
  position: relative;
  display: block;
  min-height: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(194, 209, 219, 0);
}

.container-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: auto;
  padding-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-2 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-3 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #c91c5a;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-4 {
  min-height: 100%;
}

.div-block-5 {
  height: 80%;
}

.row-5 {
  position: absolute;
  display: block;
  height: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-6 {
  position: absolute;
  width: 10%;
  min-height: 80%;
}

.row-6 {
  position: absolute;
  width: 100%;
  height: 89%;
}

.column-4 {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.column-5 {
  height: 100%;
  padding-left: 10px;
  background-color: transparent;
}

.container-5 {
  position: relative;
  overflow: auto;
  height: 100%;
  margin-top: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.container-6 {
  position: relative;
  overflow: auto;
  height: 100%;
  padding-left: 0px;
  background-color: #000;
}

.text-block {
  overflow: visible;
}

@media (max-width: 991px) {
  .row-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}