#main__screen__video {
    position: relative;
    top: -60px
}
  /* .videoRapper-main {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
    }
    .videoRapper-main > iframe {
      position: absolute;
      top: -60px;

      left: 0;
      width: 100%;
      height: 100%;
    } */
.loader_img{
    width: 100%; 
    height:800px;
}
    #loader_img_600px {
       
        display: none;
       
    }

    #card-img-overlay{
        height: 800px;
    }

@media (max-width:700px) {
    #main__screen__video {
        top: -150px;
        display: none
    }
    /* .videoRapper-main > iframe {
        top: -150px;
        display: none
      } */
 
    #loader_img_600px {
        display: block;
       
        width: 100%;
        /* height: 100vh; */
        position: absolute; top: 0; left: 0; 
        height:600px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #card-img-overlay{
        height:600px;
    }
}

@media (max-width:450px) {
  
    #loader_img_600px {
       
        height:500px;
       
    }
    #card-img-overlay{
        height:500px;
    }
}

.play-button {
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
    z-index: 4;
    border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    cursor: pointer
}

.play-button:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fff
}

.play-button:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95)
}

.play-button.dark {
    border-color: #292929
}

.play-button.dark:before {
    border-color: transparent transparent transparent #292929
}

.play-button.large {
    height: 120px;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px
}

.play-button.large:before {
    margin-top: -18px;
    margin-left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 31px;
    border-color: transparent transparent transparent #fff
}

.play-button.large.dark:before {
    border-color: transparent transparent transparent #292929
}

.play-button.inline {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    z-index: 0
}

@media all and (max-width:767px) {
    .play-button.large {
        width: 90px;
        height: 90px;
        margin-top: -45px
    }
    .play-button.large:before {
        margin-top: -14px;
        margin-left: -8px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 25px;
        border-color: transparent transparent transparent #fff
    }
}

.foundry_modal {
    overflow-y: auto;
    max-height: 100%;
    max-width: 50%;
    width: 50%;
    position: fixed;
    padding: 80px 48px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: -1
}

.foundry_modal.no-bg {
    background: 0 0;
    box-shadow: none!important
}

.modal-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0;
    z-index: 9998;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    visibility: hidden;
    top: 0;
    left: 0
}

.modal-screen.reveal-modal {
    opacity: .8;
    visibility: visible
}

.foundry_modal.reveal-modal {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.foundry_modal .close-modal {
    z-index: 4;
    position: absolute;
    top: 24px;
    right: 32px;
    cursor: pointer;
    font-size: 18px
}

.foundry_modal :not(.background-image-holder):not(.close-modal) {
    z-index: 4;
    position: relative
}

.foundry_modal.image-bg .close-modal, .foundry_modal.no-bg .close-modal {
    color: #fff
}

.foundry_modal iframe {
    width: 100%;
    min-height: 400px
}

@media all and (min-width:1500px) {
    .foundry_modal {
        max-width: 45%;
        width: 45%
    }
}

@media all and (max-width:1190px) {
    .foundry_modal {
        max-width: 70%;
        width: 70%;
        padding: 64px 32px
    }
}

@media all and (max-width:990px) {
    .foundry_modal {
        max-width: 80%;
        width: 80%;
        padding: 64px 32px
    }
}

.play-header-button {
    margin-left: 46vw
}

@media all and (max-width:767px) {
    .foundry_modal {
        max-width: 90%;
        width: 90%;
        padding: 48px 15px;
        transform: translateX(0) translateY(50%);
        -webkit-transform: translateX(0) translateY(50%)
    }
    .foundry_modal .close-modal {
        right: 18px
    }
    .play-header-button {
        margin-left: 42vw
    }
}

@media all and (max-width:480px) {
    .play-header-button {
        margin-left: 37vw
    }
}