#welcome {
  background-image: url(../images/bg-welcome-home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  overflow: hidden; }
  #welcome .bg-video {
    background-color: #084c3e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #welcome .bg-video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center bottom;
         object-position: center bottom;
      opacity: 0.7; }

.section-albanueva {
  background-image: linear-gradient(180deg, #f2f8f9 0%, #f2f8f9 60%, rgba(242, 248, 249, 0.8) 100%), url(../images/bg-albanueva-home.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
