@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

.video_wapper {
    margin-top: 20px;
}

.embed-responsive{
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    border-radius: none;
}
.fullvideo{
    height: 100vh;
}
.videoRow{
    padding-top: 50px;
}
iframe#player{
    margin-top: 0;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.videoContainerNew {
    /*margin: 22px auto;*/
    background-color: #e0e0e04d;
    position: relative;
    margin-bottom: 30px;
}

.textContainerNew {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px;
}

.textContainerNew span.video-speaker-txt {
    margin-bottom: 0;
}


#container-custom{
    width: 100%;
    max-width: 100%;
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background: url(../images/play_sound_1.png), #21212142;
    background-position: center;
    border: 2px solid #eaeaea;
    background-size: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.video-overlay-play {

width: 100%;

height: 100%;

position: absolute;

z-index: 9;

top: 0px;

left: 0;

/*background-image: url(images/play_sound.png);*/

background-position: center;

background-size: cover;

background-repeat: no-repeat;

cursor: pointer;
background-color: rgba(0,0,0,0.6);
display: block;
}

.video-overlay-alt {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    background-image: url(../images/tap_to_resume.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    /*background-color: rgba(0,0,0,0.6);*/
}
    .pulsing {
        transform: scale(1);
        animation: pulsing 1s infinite;
    }
.glass-overlay {
  
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    z-index: 2 !important;
    background: none;
    top: 0;
    left: 0;
    cursor: pointer;
    /*box-shadow: 0 0 20px #136967;*/
}
#player{
   
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* new css updates */
.playing .responsive-video{
            padding-bottom: 0 !important;
            width: 100%;
            /*height: 95vh;*/
        }
.pause-section {
    max-width: 70%;
    margin: auto;
}

.mobile__heading{
    display: none;
}

@media screen and (max-width: 768px){

.desktop, .desktop__heading{
    display: none !important;
}
.mobile, .mobile__heading{
    display: block !important;
}
.removeheading{
    display: none !important;
}
.mobile__heading{
    font-size: 38px !important;
}
.green-gradient .heading strong {
    text-decoration: none !important;
}
.pause-section {
    max-width: 100%;
    margin: auto;
}
    .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 600px;
    /*padding-bottom: 149%;*/
}
    .glass-overlay {
        border-radius: 0px;
    }
    .videoContainerNew{
        padding: 0px;

    }

    .video-overlay-play {
        background-image: url(../images/play_sound.png);
        background-image: none !important;
    }
    .playing.videoRow,  .videoRow{
    padding-top: 50px !important;
    }
  
    .mob-responsive {
      
        max-width: 100vw;
        width: 100%;
        padding-bottom: 0 !important;
     
    }
    .mob-thmbnl{
        background-image: url(../images/miracle33_mob_thumb.jpg);
    }
    .mob-thmbnl2{
        background-image: url(../images/play_sound_1.png) !important;
        background-size: 80%;
    }
    .video-overlay {
        background-size: 80%;
    }
}

@media screen and (max-width: 520px){

    .embed-responsive, #player
    {
        height: 90vh !important;
        padding-bottom: 0px !important;
    }
    .mobile__heading{
        font-size: 26px !important;
    }
}

@media screen and (max-width: 320px){

    .embed-responsive, #player
    {
        height: 90vh !important;
        padding-bottom: 0px !important;
    }
    .mobile__heading{
        font-size: 26px !important;
    }
}

/*@keyframes pulse{from{transform:scale(0)}to{transform:scale(1)}}*/
@keyframes pulsing {
    0% {
        -webkit-transform: scale(o.8);
        transform: scale(o.8);
    }
    50% {
       -webkit-transform: scale(0.9);
       transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
       transform: scale(1);
    }
}
.green-gradient .heading {
    /*display: block;*/
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
    color: #001900;
    font-weight: 600;
    font-size: 41px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
    text-shadow: 1px 3px #0000001a;
    text-transform: capitalize;
    padding: 0 8px;
}
.green-gradient .heading strong {
    /*text-decoration: underline;
    text-decoration-color: #f44336;
    text-decoration-style: dashed;*/
    font-weight: bolder;
    text-decoration-thickness: 4px;
    text-decoration-skip-ink: initial;
    /* font-style: italic; */
    color: #0b5981;
}

.heading_subhead {
	font-size: smaller;
}

