body{
    background: #e1e1e1;
}
/* example lightbox styles */
.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}
div.lightbox {
    padding: 5px;
    max-width: 560px;
}
.lightbox h2 {
    margin: 0 0 10px;
}
.lightbox p {
    margin: 0;
}
.lightbox-video{
    background: url(./images/btn-video.png) no-repeat;
    display: block;
    width: 103px;
    height: 103px;
    margin: 0 auto 60px;
}
#top .video-section p{
    line-height: 38px;
}
#top .top-section.hp-top.video-section{
    padding: 0;
    margin-top: 0;
}

#top .video-section h2{
    margin-bottom: 51px;
}
#top .avia-section-intro .video-section.top-section.hp-top p{
    margin-bottom: 32px;
}
#top .avia-section-intro .video-section.top-section.hp-top p:last-child{
    margin-bottom: 0px;
}

@media only screen and (max-width: 980px) {
    .video-section h2 br{
        display: none;
    }
    .lightbox-video{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:768px) {
     #top .video-section h2{
        margin-bottom: 20px;
     }
    /* div.lightbox {
        padding: 5px;
        width: 260px;
    }
     div.lightbox video{
         width: 260px !important    ;
         height:  260px !important  ;
     }*/
}