section {
  overflow-x: hidden;
}

section.one {
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
}
section.one .row {
  margin-bottom: 130px;
  min-height: 500px;
  border-top: 1px solid white;
}
section.one .img-wrap.bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
section.one .logo {
  width: 200px;
}

#load-more {
  cursor: pointer;
  position: relative;
  display: block;
}
#load-more:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.81 33.83'%3E%3Cpath d='M16.9.91a3,3,0,0,0-3,3v10H3.9a3,3,0,0,0,0,6h10v10a3,3,0,1,0,6,0v-10h10a3,3,0,0,0,0-6h-10v-10A3,3,0,0,0,16.9.91Z'/%3E%3C/svg%3E");
  background-size: 20px;
  filter: invert(1);
}
#load-more:hover .no-more {
  transform: scale(1.1);
}

#no-more {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  text-transform: uppercase;
  transition: transform 300ms ease;
}