.sleep-video-outter-wrapper {
  width:100%;
  float:left;
}
.play-video-img {
    cursor: pointer;
}
.stories-video-group-inner {
    height: 200px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.stories-video-group {
    position: relative;
    flex: 0 32%;
    border-radius: 4px;
    box-shadow: -3px 0.875rem 12px 0 rgba(0,0,0,.125);
/*     overflow: hidden; */
    margin-top: 20px;
}
.sleep-video-section-content-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stories-video-group .video-link {
    width: 100%;
   height: 320px;
}
.stories-video-group-inner .video-link {
    text-align: center;
    display: none;
    width:100%;
    height:100%;
}
.stories-video-group.active_video .video-link  {
    display: block;
}
.stories-video-group.active_video .play-video-img {
    display: none;
}
.stories-video-group.active_video .stories-video-group-inner {
    background-image: none !important;
}
.stories-video-group .play-video-img img {
    width: 90px;
}
.info-icon-image-section {
    text-align: center;
}
.info-icon-image-section img {
    padding-bottom: 25px;
}
.sleep-video-section-heading h2 {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1 !important;
    font-family: cern-light,sans-serif;
    color: black;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.sleep-video-section-heading {
  position:relative;
}
.sleep-video-section-heading h2:before {
    content: "";
    position: absolute;
    top: -1rem;
    width: 1.325rem;
    height: 3px;
    background-color: #0D0A15;
    left: 50%;
    transform: translateX(-50%);
}
.block-info-container {
    padding: 1.5rem 2rem;
    background-color: #fff;
}
.sleep-video-block-heading h3 {
    font-size: 1.125em;
    line-height: 1.2;
    font-weight: 400;
    font-family: cern-bold,sans-serif;
    padding-bottom: 30px;
    margin: 0px;
   position:relative;
}
.sleep-video-tag-image {
    flex: 0 10%;
}
.sleep-video-tag-info-cont {
    flex: 0 90%;
}
.sleep-video-tag-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-info-container {
    min-height: 200px;
}
.sleep-video-tag-content {
    width: auto;
    float: left;
}
.sleep-video-tag-content h3 span {
    padding: 0px 4px;
}
.sleep-video-tag-content h3 {
    font-size: .75em;
    font-family: cern-bold,sans-serif;
    font-weight:700;
    line-height: 1.29;
}
.sleep-video-tag-info-cont {
    padding: 0 1rem;
}
.sleep-video-section-heading {
    padding-bottom: 20px !important;
}
.sleep-video-block-heading {
    border-bottom: 1px solid rgba(182,199,212,.75);
}
.sleep-video-tag-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.sleep-video-tag-content:last-child h3 span {
    display: none;
}
.stories-video-group-inner {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
}

/*******pop-Up********/
.popup_body_show{
display:block !important;
}
.overlay{
//display:none;
}
.overlay {
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
}
.sleep-video-outter-wrapper .overlay {
  z-index: 999999999;
}
.overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: #132a3cd4;
    overflow-x: hidden;
    transition: .5s;
}
.overlay-content {
    Â Â  position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    top: 100px;
}
.dti-form-wrapper {
background-color: #000;
border-radius: 5px;
position: relative;
width: 800px;
margin: 0px auto;
padding: 50px 20px;
box-sizing: border-box;
}
iframe {
width: 780px !important;
}
.overlay .closebtn {
    Â  Â  Â  Â  color: #fff;
    text-decoration: none;
    text-align: center !important;
    position: absolute;
    right: -12px;
    top: -12px;
}
.dti-form-wrapper img {
    Â  height: auto;
    width: 40px !important;
    float: none;
    margin: 0px auto;
}
@media (max-width: 1050px) {
.stories-video-group {
    flex: 0 49% !important;
}
}
@media (max-width: 880px) {
.dti-form-wrapper {
    width: 600px !important;
}
}
@media (max-width: 780px) {
.stories-video-group {
    flex: 0 80% !important;
    margin: 0 auto;
    margin-bottom: 20px;
}
.stories-video-group:last-child {
    margin-bottom: 0px;
}  
}
@media (max-width: 650px) {
.dti-form-wrapper {
    width: 500px !important;
}
}
@media (max-width: 550px) {
.dti-form-wrapper {
    width: 350px !important;
}
}
@media (max-width: 480px) {
.stories-video-group {
    flex: 0 100% !important;
}
}
@media (max-width: 390px) {
.dti-form-wrapper {
    width: 275px !important;
}
}