#videoBackground {    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}    

.u-layout-row {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.u-layout-cell {
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
}

.u-custom-list {
  list-style-type: none;
  padding-left: 0;
}
.u-custom-list li {
  position: relative;
  margin-left: 1.4em;
}
.u-custom-list .u-list-icon {
  display: inline-block;
  position: absolute;
  width: 1em;
  min-height: 1em;
  height: auto;
  left: -1.5em;
  fill: currentColor;
  text-align: center;
}
.u-custom-list .u-list-icon > :first-child {
  display: inline-block;
  position: relative;
  margin: -0.8em;
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  line-height: 0.9;
}

.u-layout-row > .u-size-27 {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%;
}
.u-layout-col > .u-size-27 {
  flex: 27 0 auto;
}

.short-slogan {
  color: #004580 !important;
  font-size: 30px;
  line-height: 1.2;
  padding: 20px 0 20px 0;
}

.about-short {
    border-top: 2px solid transparent;
    border-color: #004580;
    margin-top: -30px;
    padding:40px 0 40px 0;
}

.about-short .u-layout-wrap-1 {
  margin: 75px auto 75px 0;
}

.about-short .u-container-layout-1 {
  padding: 50px 30px 50px 30px;
  min-width: 400px;
}

.u-container-layout-1 .btn--white-empty:hover{background: #004580}

.about-short .u-text-2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 30px 1px 0;
}

.about-short .u-image-1 {
  width: 50%;
  min-width: 390px;
  background-size: cover;
  background-image: url("/images/about_short.jpg");
  background-position: 50% 50%;
}

.about-short .u-image-2 {
  width: 390px;
  height: 215px;
  position: absolute;
  left: 10px;
  bottom: 0px;
}

.warning-info {
  text-transform: uppercase;
  padding: 0px 0px 80px 0px;
  font-weight: bold;
}

@media (max-width: 1199px) {

  .about-short .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .about-short .u-text-2 {
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .about-short .u-image-1 {
    min-height: 100px;
  }

  .about-short .u-image-2 {
    background-position: 50% 50%;
  }
}

@media (max-width: 991px) {

  .about-short .u-text-1 {
    font-size: 2.25rem;
  }

  .about-short .u-image-2 {
    width: 390px;
    height: 215px;
    margin-left: 0;
  }
}

@media (max-width: 830px) {
  .u-layout-row, .u-layout-cell {
    display: block;
  }

  .u-layout-row > .u-size-27 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .about-short .u-image-1 {
    width: 100%;
    height: 650px;
  }

}

@media (max-width: 575px) {
  .u-layout-row, .u-layout-cell {
    display: block;
  }

  .about-short .u-image-1 {
    height: 500px;
  }

  .about-short .u-image-2 {
    width: 340px;
    height: 187px;
  }
}