@import "./css/vjs-styles.css";
@import "./css/all.css";
@import "./css/colorpicker-styles.css";
@import "./css/font-styles.css";
@import "./css/global-site-width.css";
@import "./css/pbl6mbr.css";

.site-container{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.hamburger,
#section_70 .secondary-content__text{
    display: none !important;
}

iframe{
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

video{
    width: 100%;
    display: block;
}

.video-or-picture.has-video{
    padding-bottom: 56.3%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

#section_70 .secondary-content__icon,
#section_70 .pgrid__item.about-item{
    margin-bottom: 0px !important;
}

.portfolio-site .nav--primary .site-header-logo{
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto;
}

.section-line-divider{
    padding-top: 40px !important;
}
/* .parallax-slider.parallax-container.portfolio-player__container{
    width: 100%;
    padding-bottom: 56.6%;
} */

.videoPreview{
    width: 66.6%;
    margin: 0 auto;
}

@media (max-width: 768px){
    h1,
    h1 span{
        font-size: 32px !important;
    }
    h3 span{
        font-size: 18px !important;
    }


    .video-or-picture.has-video{
        border-radius: 20px;
    }   
    #section_70 .pgrid__item.about-item{
        height: 100px;
    }

    .section-two-video-or-picture .text{
        padding-bottom: 20px !important;
    }

    .videoPreview{
        width: 100% !important;
    }
}