.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
    font-family: 'Poppins';
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*
@media (max-width: 700px) {
  .bg-video {
    background: url("//ak5.picdn.net/shutterstock/videos/23647405/thumb/1.jpg") center center/cover no-repeat;
  }
  .bg-video__content {
    display: none;
  }
}
*/

section {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
    position: relative;
}
section .headline {
    position: absolute;
    right: 0;
    width: 30%;
    padding: 50px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(0,0,0,0.8);
}
section .blur-edges {
  background-image: radial-gradient(transparent, white);
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
.side_content h2 {
    color: #fff;
    font-size: 28px;
    padding: 15px 0 0 0;
    margin: 0;
    font-family: 'Poppins';
}
.side_content h6 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 5px;
    letter-spacing: 8px;
    font-size: 14px;
    font-family: 'Poppins';
}
.side_content img {
    width: 250px;
}
.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.bottom-logo .logo2 {
    width: 150px;
}

.middle_content h1 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 22px;
}
.middle_content p a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
}
.leading-1 a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    right: 5px;
}
.mobile_video {
    display: none;
}

@media screen and (max-width:768px) {
    section .headline {
        width:50%;
        padding: 30px;
    }
}

@media screen and (max-width:450px) {
    section .headline {
    width: 100%;
    background: #000;
    height: 50%;
    bottom: 0;
}
    .bg-video {
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    font-family: 'Poppins';
    top: 0;
}
    .side_content h2 {
    font-size: 22px;
}
    .side_content h6 {
        font-size: 12px;
    }   
    .bottom-logo .logo2 {
    width: 80px;
}
    .middle_content h1 {
        font-size: 18px;
    }
    
    section {
        height: 90vh;
    }
}























