.breadcrumb-sec{display:none;}
.videosec.sec-pdn {
    padding-top: 0;
}
.videosec {
    background: #fff;
}
.sec-pdn {
  padding: 100px 0
}
.indx-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}
.cont-anim .content-view {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
.mspvideo {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    transition: all 500ms ease;
    box-shadow: 1px 5px 20px rgb(174 196 211);
}
.me-sdp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.me-sdp-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.me-sdp-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

