 /*.hero-content-wrap.center {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     width: 1000px; 
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 1000px;
}*/
  .p100-wrap._80pad.center.top {
     padding-top: 10px;  
}
 
.p100-wrap._80pad {
    padding: 10px 15px !important;
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 100%;
    height:100%;
 
}
@media (max-width: 767px)
.hero-small-heading {
    font-size: 18px !important;
    line-height: auto;
}
.hero-small-heading {
    margin-top: 20px !important;
     
}