

/*
.wrap2 {
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
}
 
.panelWell__video {
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
}

.panelWell {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap2 {
        background: url('img/UN_building.jpg') center center / cover no-repeat;
    }
 
    .panelWell__video {
        display: none;
    }

}*/

.panelWell__video {
  line-height: 0;
  display: block;
    top: -350px;
    left: 0;
        height: 850px;
   /* width: 100%;*/
}

@media (max-width: 1170px) {
    .wrap2 {
        background: url('img/discussing_features.jpg') center center / cover no-repeat;
        height: 500px;
    }
 
    .panelWell__video {
        display: none;
    }

}



.panelWell {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
  /*  z-index: 4;*/
    text-align: center;
}

.wrap2 {
    border-right: none;
    border-left: none;
    position: relative;
}