/* Button Padding */
.button {
    padding: 10px 20px;
}
.navContent li .button {
    padding: 10px 20px;
}

/* Mobile Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_d5c7cd55d8534d58a9d57ce8cd02cb77 {
    padding-bottom: 150px;
}
}

/* Popup Styles */
#popupWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(225,225,225,.6);
}
#popup {
    max-width: 600px;
    margin: auto;
    width: 92%;
    top: 50%;
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popupBg {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: #848e90;
    padding: 6px 10px;
}
.close-button img {
    width: 20px;
    height: 20px;
}

/* Video Styles */

.video-container {
  background: #ffffff;
  color: #ffffff;
  text-align:center;
  padding: 250px 20px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 70px;
    color: #ffffff;
}

#iframe-container h3 {
    font-size: 30px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 40px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.spacecrafted.com/da820a55a0b84143a0249b79b5d1c780/i/c1e38f8d65e7404c9bb6f4e0c844fc08/3/5feFb8zhrk/Hero.jpg);
        background-size: cover;
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */