.sleep-video-outter-wrapper {
  width:100%;
  float:left;
}
.play-video-img {
    cursor: pointer;
}
.sleep-video-section-sub-heading {
    padding-bottom: 20px;
}
.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%;
}
.video-link {
    margin-bottom: 30px;
}
.sleep-video-section-sub-heading h3 {
    font-size: 16px !important;
    font-style:italic;
    color: #0D0A15;
    font-weight: 400 !important;
   
    line-height: 1.4 !important;
    position: relative;
    margin-top: 10px !important;
}
.video-info-text p {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-bottom: 20px;
    
    color:#fff;
    text-align: left;
}
.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-around;
    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;
   
    color: black;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.sleep-video-section-sub-heading {
  font-weight: 300;
    font-size: 1.6rem !important;
    line-height: 1.1 !important;
 
    color: black;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.sleep-video-section-heading {
  position:relative;
}
.block-info-container {
    padding: 1.5rem 2rem;
    background-color: #fff;
}
.sleep-video-block-heading h3 {
    font-size: 30px;
    line-height: 1.2 !important;
    font-weight: 400;

    padding-bottom: 20px;
}
.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: 300px;
}
.sleep-video-tag-content {
    width: auto;
    float: left;
}
.sleep-video-tag-content h3 span {
    padding: 0px 4px;
}
.sleep-video-content h4 {
    font-size: 18px;
   
    font-weight:400;
    line-height: 1.2;
}
.sleep-video-tag-info-cont {
    padding: 0 1rem;
}
.sleep-video-section-heading {
    padding-bottom: 20px !important;
}
.sleep-video-tag-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-;
    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;
}
.video-info-text a {
    color: #4156a6;
}
.video-info-text a:hover {
   text-decoration: underline;
}
/*******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: #0D0A15;
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;
}
.sleep-video-section-heading h2 {
    font-weight: 400;
    font-size: 2rem;
  }
}
@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;
}
}