.learning-video-play-parent{
   height:277px;
   margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: hidden;
}
body.no-scroll.leaning-video-index .web-portal .top-menu .row.main-search-container {
    z-index: 0 !important;
}

body.no-scroll.leaning-video-index .web-portal header{
    z-index: 0;
}

body.no-scroll.leaning-video-index .quick-navbar.middle-quick-menus {
    z-index: 0;
    position: relative;
}

.learning-video-play-parent h2{

    font-size: 20px;
}
.learning-video-play-parent .play-button{
    height: 92%;
      width: 100%;
  margin: auto;
}
.learning-video-play-parent  img{
           height: 92%;
           width: 100%;
          margin: auto;


}

.learning-video-play-parent-modal iframe{

    width:100%;
    height:100%;
    border-width: 0px;
}

.learning-video-play-parent-modal .cover-video{

    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    width: 100%;
    z-index: 99999999;
    overflow: auto;
}

.learning-video-play-parent-modal .popup-container-video.opened {
    width: 90%;
    height:50%;
    position: relative;
    background: #fff;
    top: 20%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: visible;
}
.learning-video-play-parent-modal .video-player{

    width:100%;
    height:100%;
    margin:auto;
}

.leaning-video-index .bp-container{
z-index:4;
}

.learning-video-play-parent-modal .close-button {
    position: absolute;
    right: -15px;
    top: -16px;
    background: #fff;
    border-radius: 50%;
    z-index: 9999;
}


.learning-video-play-parent-modal .close-button img{
   max-height:25px;
}

.learning-video-play-parent-modal .popup-container-video.opened .modal-content {
    height:100%;
    padding: 0px;
}
body.no-scroll .bp-container{
position:inherit;
z-index:inherit !important;
}
@media (min-width: 961px){

    .learning-video-play-parent-modal .popup-container-video.opened {
        height: 70%;
       }
}