body.landing {
    background-repeat: no-repeat;
    background-size: cover;
}
.landing .navbar-buttons a {
    color: #fff;
}
.landing .navbar-buttons a:hover {
    color: #FEEF6E;
}

.landing .navbar-buttons {
    color: #fff;
    margin: 5px 10px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    overflow: hidden;
}

.landing .navbar-buttons div {
    background-color: #2A2A2A;
    padding: 2px 20px;
    margin: 0 1px;
}

.landing .landing-head {
    background: rgba(255,255,255,.75);
    border-radius: 15px 15px 0 0;
    padding: 15px 10px;
    position: relative;
}

.landing .landing-head > p {
    color: #000;
    font-family: Roboto Condensed Bold;
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.landing .landing-head .landing-logo-wrapper {
    position: relative;
}

.landing .landing-head .landing-logo {
    position: relative;
    height: 260px;
    width: 100%;
    margin-top: 5px;
}

.landing .landing-head .landing-header-background {
    content: "";
    background-repeat: repeat;
    opacity: 0.45;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute; 
}

.landing .landing-head .landing-logo > img {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.landing .landing-head .key-points {
    position: absolute;
    background: rgba(255,255,255,.75);
    top: 0;
    width: 420px;
}

.landing .landing-head .key-points > ul {
    color: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    line-height: 26px;
    font-size: 22px;
    font-family: Roboto Condensed Bold;
    margin-left: 1.8em;
    margin-top: 5px;
}

.landing .landing-head .key-points > ul > li {
    margin-bottom: 29px;
}

.landing .landing-head .key-points > ul > li:before {
    content:"\f1db";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.2em; 
    margin-left: -1.2em; 
}

.landing .head-container:after {
    content: '';
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    background-color: #2A2A2A;
}

.landing .landing-content {
    background: rgba(255,255,255,.75);
    border-radius: 0 0 15px 15px;
    padding: 15px 10px;
    position: relative;
    margin-top: 7px;
    margin-bottom: 20px;
    min-height: 300px;
}

.landing .landing-content .landing-media-block {
    margin-top: 10px;
    margin-bottom: 80px;
}

.landing .landing-content .landing-images {
    background: rgba(255,255,255,0.7);
    margin-top: 5px;
    padding: 8px 3px;
}

.landing .landing-content .landing-images > div.row {
    margin: 0;
}

.landing .landing-content .landing-images > div.row > div {
    padding: 0 2px;
}

.landing .landing-content .landing-images p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 15px 5px;
}

.landing a.btn-joinnow {
    background-color: #EFEFEF;
    border-radius: 5px;
    border: 2px solid #2A2A2A;
    color: #15A89B;
    font-size: 23px;
    text-transform: uppercase;
    font-family: Roboto Condensed Bold;
    height: auto;
    margin-top: 15px;
}

.landing a.btn-joinnow:hover {
    background-color: #15A89B;
    color: #EFEFEF;
}

.landing .landing-content .coming-soon-videos {
    background: rgba(255,255,255,0.7);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
}

.landing .landing-content > div.row, 
.landing .landing-content .coming-soon-videos > div.row {
    margin: 0;
}

.landing .landing-content .coming-soon-videos > div.row {
    font-size: 0;
}

.landing .landing-content .coming-soon-videos > div.row > div {
    display: inline-block; 
    float: none;
}

.landing .landing-content .coming-soon-videos img {
    width: 100%;
}

.landing .landing-content .coming-soon-videos h4 {
    line-height: 22px;
    font-family: Roboto Condensed Bold;
    font-weight: 700;
}

.landing .landing-content .coming-soon-videos div.row > div {
    padding: 3px;
}
.landing .landing-content .coming-soon-videos p {
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 14px;
}
.landing .landing-content .twitter-feed {
    padding-left: 8px;
    padding-right: 0;
}

.landing .landing-content .twitter-feed > div {
    margin: 0 auto;
    max-width: 459px;
}

.landing .landing-content .video .is-splash.player .fp-ui, 
.landing .landing-content .video .is-paused.player .fp-ui {
    background: url(../images/play_white.png) center no-repeat;
    background-size: 12%;
}

.landing .landing-content .video .is-splash.player .fp-ui:hover, 
.landing .landing-content .video .is-paused.player .fp-ui:hover {
    background: url(../images/play_white_hover.png) center no-repeat;
    background-size: 12%;
}

.landing .landing-content .video .is-splash.player .fp-ui:after, 
.landing .landing-content .video .is-paused.player .fp-ui:after {
    content: url(../images/play_white_hover.png);
    display: none;
}

@media (max-width: 768px) { 
    body.landing {
        background-image: none;
        background-color: #fff;
    }
    
    .container {
        width: 100%;
        padding: 0;
    }
    
    .landing .landing-head {
        background: rgba(255,255,255,1);
        border-radius: 0;
        padding: 15px 10px;
    }
    
    .landing .landing-head > p {
        font-size: 21px;
        line-height: 25px;
    }
    
    .landing .landing-head .key-points > ul {
        font-size: 18px;
    }
    
    .landing a.btn-joinnow {
        margin-top: 0;
    }
    
    .landing .landing-content .landing-media-block {
        margin-bottom: 20px;
    }
    
}

@media (max-width: 1200px) {
    .landing .landing-head .key-points {
        position: relative;
        width: 100%;
        padding: 5px 0;
    }
}

.landing .exit_popup .modal-dialog {
    margin-top: 60px;
}
.landing .exit_popup .modal-header .close-popup-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #ef383e;
    opacity: 1;
    font-size: 30px;
    line-height: 24px;
    text-shadow: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.landing .exit_popup .modal-header .close-popup-btn:hover {
    color: #D0272C;
}
.landing .exit_popup .modal-header, .landing .exit_popup .modal-footer {
    border: none;
}
.landing .exit_popup .modal-body {
    padding: 0 25px;
}
.landing .exit_popup .modal-body h2 {
    text-transform: none;
    text-align: initial;
    font-size: 29px;
    margin: 15px 0 30px 0;
    color: #FFFFFF;
    font-weight: bold;
}
.landing .exit_popup .modal-content {
    border-radius: 15px;
    background-color: #2A2A2A;
}
.landing .exit_popup .modal-body p {
    font-weight: bold;
    font-size: 20px;
    color: #3DE226;
    margin-bottom: auto;
}
.landing .exit_popup .modal-body p + p, .landing .exit_popup .modal-body p + p + p {
    color: #FFFFFF;
    font-weight: initial;
    margin-bottom: 30px;
}
.landing .exit_popup .modal-body p > span {
    color: #ff2121;
}
.landing .exit_popup #exit_popup_step2 {
    margin: 20px 0;
}
.landing .exit_popup #exit_popup_step2 img.logo {
    display: block;
    margin: 20px auto 0;
    width: 100px;
}
.landing .exit_popup #exit_popup_step2 .registration {
    margin-bottom: -30px;
    padding-top: 15px;
}
.landing .modal-body img.sign {
    width: 250px;
}
.landing .modal-body .registration .get-free-video-btn {
    width: 545px; 
    font-size: 30px;
    line-height: 33px;
    vertical-align: middle;    
    border-radius: 10px;
    background-color: #07B201;
    border: initial;
    color: #ECECEC;
    margin: 20PX -190PX;
    text-align: left;
    padding: 20px;
}
.landing .modal-body .registration .get-free-video-btn >span{
    padding: 20px 40px 18px;
    border-right: 1px solid;
    vertical-align: middle;
    margin-right: 25px;
}
.landing .modal-body .registration .get-free-video-btn:hover {    
    background-color: #1AB713;
    border-color: #089001;
}
.landing .modal-body .registration form {
    margin-top: 20px;
}
.landing .modal-body .registration form input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    text-align: initial;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.landing .modal-body .registration form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.landing .exit_popup #exit_popup_step1 .free-video-btn {
    width: 550px;
    display: inline-block;
    border-radius: 7px;
    margin: 0 auto;
    background-color: #CB1E20;   
    padding: 20px;
    text-align: left;
}
.landing .exit_popup #exit_popup_step1 .free-video-btn:hover {
    background-color: #D02B25;
}
.landing .exit_popup #exit_popup_step1 .free-video-btn > span {
    padding: 18px 40px;
    border-right: 1px solid;
    margin: 0 40px 0 30px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 33px;
    vertical-align: middle;     
    letter-spacing: 0px;
    transform: scale(1,1.5);
    -webkit-transform: scale(1,1.5);
    -moz-transform: scale(1,1.5);
    -ms-transform: scale(1,1.5);
    -o-transform: scale(1,1.5);    
}
.landing .exit_popup #exit_popup_step1 .free-video-btn > img {
    display: inline-block;
    margin-left: 15px;
    height: 40px;
}
.landing .exit_popup #exit_popup_step1 .close-popup-btn{
    text-align:center;
    display: block;
    margin-top: 26px;
    color: #CB6F6F;
    opacity: 0.8;
    font-weight: normal;
    font-size: 21px;
    text-shadow: -1px 0px 0px rgba(33, 33, 33, 0.92);
    margin-bottom: 7px;
}
.landing .exit_popup #exit_popup_step1 .close-popup-btn:hover {
    color: #CB5E5E;
}
.landing .exit_popup #exit_popup_step3,
.landing .exit_popup .modal-body.success-registration > * {
    display: none;
}
.landing .exit_popup .modal-body.success-registration #exit_popup_step3 {
    display: block;
}
@media (min-width: 992px){
    .landing .exit_popup .modal-body {
        padding: 0 50px;
    }
    .landing .exit_popup .modal-body p {
        font-size: 22px;
    }
}

#select_video_popup .modal-content {
    background-color: #444444;
    border-radius: 15px;
}
#select_video_popup .modal-header {
    padding: 10px;
    border-bottom: none;
}
#select_video_popup .modal-header .logo {
    background: url('../images/logo_lion_white.png') no-repeat center / contain;
    max-width: 60px;
    width: 20%;
    height: 60px;
    margin: 0 5%;
    display: inline-block;
    vertical-align: top;
}
#select_video_popup .modal-header .header-text {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    color: #c4c4c4;
    text-transform: uppercase;
}
#select_video_popup .modal-header .header-text p {
    margin: 0;
    font-weight: bold;
}
#select_video_popup .modal-body {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: auto;
}
#select_video_popup .step1 .video-thumb {
    position: relative;
    float: left;
    margin: 0.2%;
}
#select_video_popup .step1 .video-thumb img {
    width: 100%;
    height: auto;
}
#select_video_popup .step1 .video-thumb:after,
#select_video_popup .step2 .selected-video-thumb:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: url('../images/play_white.png') no-repeat center / 45%;
    opacity: 0.8;
    cursor: pointer;
}
#select_video_popup .video-thumb:hover::before {
    content: '';
    position: absolute;
    background: #fff;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
}
#select_video_popup .step1 .video-thumb .title,
#select_video_popup .step1 .video-thumb .duration,
#select_video_popup .step2 .selected-video-thumb .title,
#select_video_popup .step2 .selected-video-thumb .duration {
    position: absolute;
    left: 0; 
    right: 0;
    background-color: rgba(255,255,255, 0.2);
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 10px 2px;
    cursor: pointer;
    font-size: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#select_video_popup .step1 .video-thumb .title,
#select_video_popup .step2 .selected-video-thumb .title {
    top: 0;
    color: #e8e2e4;
    text-shadow: 0 0 2px #000;
}
#select_video_popup .step1 .video-thumb .duration,
#select_video_popup .step2 .selected-video-thumb .duration {
    bottom: 0; 
    color: #151313;
    text-align: left;
    text-shadow: 0 0 1px 1px #fff;
    padding: 3px 5px;
    text-transform: none;
}
#select_video_popup .modal-footer {
    border-top: none;
    text-align: center;
    padding: 7px;
    color: #8b8b8b;
}
#select_video_popup .modal-footer a {
    color: #8b8b8b;
}
#select_video_popup .step2, #select_video_popup .step3,
#select_video_popup .step4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: auto;
}
#select_video_popup .step2 .selected-video-thumb,
#select_video_popup .step4 {
    position: relative;
    padding-top: 80%;
}
#select_video_popup .step2 .selected-video-thumb .title,
#select_video_popup .step2 .selected-video-thumb .duration {
    background-color: rgba(255,255,255, 0.3);
    font-size: 1.2em;
    padding: 8px 10px;
}
#select_video_popup .step2 .confirmation {
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    bottom: 15%;
    left: 15px; right: 15px;
    border-radius: 15px;
    box-shadow: 3px 2px 0px 3px #e8e2e4;
    padding: 15px 5px;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 1;
    text-align: center;
}
#select_video_popup .step2 .confirmation .question {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000;
}
#select_video_popup .step2 .confirmation .confirm,
#select_video_popup .step2 .confirmation .go-back {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #e2e675;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    outline: none;
    text-shadow: 0 0 2px #000;
}
#select_video_popup .step2 .confirmation button:hover {
    background: rgba(255,255,255,0.4);
}
#select_video_popup .step2 .selected-video-thumb:after {
    background-size: 22%;
    opacity: 0.35;
    cursor: default;
}
#select_video_popup .step3 .content,
#select_video_popup .step4 .content {
    background-color: rgba(50, 50, 50, 0.6);
    padding: 20px 8%;
    position: relative;
    margin-bottom: 120px;
}
#select_video_popup .step3 .registration .logo,
#select_video_popup .step3 .registration .form {
    display: inline-block;
    vertical-align: top;
}
#select_video_popup .step3 .registration .logo img {
    display: block;
    margin-top: 10px;
    width: 100px;
}
#select_video_popup .step3 .description {
    margin-bottom: 25px;
}
#select_video_popup .step3 .description p,
#select_video_popup .step4 p {
    margin-bottom: 2px;
    color: #fff;
    font-weight: initial;
    font-size: 1.4em;
}
#select_video_popup .step3 .description p:first-child, 
#select_video_popup .step4 p {
    color: #35c922;
    font-weight: bold;
}
#select_video_popup .step3 .registration .get-free-video-btn {  
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: auto;
    margin: 0;
    padding: 0 15px;
    box-shadow: 3px 2px 0px 3px rgba(50, 50, 50, 0.6);
}  
#select_video_popup .registration .get-free-video-btn > span {
    display: inline-block;
    padding: 5% 15px 4% 0;
    margin: 0;
}
#select_video_popup .modal-body.success-registration .step1,
#select_video_popup .modal-body.success-registration .step2,
#select_video_popup .modal-body.success-registration .step3,
#select_video_popup .modal-body .step4 {
    display: none;
}
#select_video_popup .modal-body.success-registration .step4 {
    display: block;
}
#select_video_popup .step4 .content {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 20%;
}



/* Hard Landing Experiment */  
.landing .special_offer_popup .modal-header .close-popup-btn {  
    position: absolute;  
    right: -20px;  
    top: -20px;  
    color: #ef383e;  
    opacity: 1;  
    font-size: 30px;  
    line-height: 24px;  
    text-shadow: none;  
    outline: none;  
    padding: 0;  
    cursor: pointer;  
    background: transparent;  
    border: 0;  
}  
.landing .exit_special_offer_popup .modal-header .close-popup-btn:hover {  
    color: #D0272C;  
}  
.landing .special_offer_popup .modal-header, .landing .special_offer_popup .modal-footer {  
    border: none;  
}  
.landing .special_offer_popup .modal-body {  
    padding: 0 35px;  
}  
.landing .special_offer_popup .modal-content {  
    background-color: #2a2a2a;  
}  
.landing .special_offer_popup .modal-body p {  
    font-size: 18px;  
    margin-bottom: 28px;  
    color: #fff;  
}  
.landing .special_offer_popup .modal-body p + p, .landing .special_offer_popup .modal-body p + p + p {  
    color: #15a89b;  
    margin-bottom: 10px;  
}  
.landing .special_offer_popup .special_offer_img {  
    display: block;  
    width: 100%;  
}  
.landing .special_offer_popup #special_offer_popup_step1 {  
    margin-top: 60px;  
}  
.landing .special_offer_popup #special_offer_popup_step1 .signup-btn {  
    display: inline-block;  
    padding: 0 10px;  
    text-transform: uppercase;  
    font-size: 42px;  
    font-weight: bold;  
    color: #15a89b;  
    transform: scale(1,1.5);  
    -webkit-transform: scale(1,1.5);  
    -moz-transform: scale(1,1.5);  
    -ms-transform: scale(1,1.5);  
    -o-transform: scale(1,1.5);  
}  
.landing .special_offer_popup #special_offer_popup_step2 {  
    display: none;  
}  
.landing .special_offer_popup #special_offer_popup_step2 {  
    margin-top: 50px;  
    margin-bottom: 20px;  
}  
.landing .special_offer_popup #special_offer_popup_step2 img.logo {  
    display: block;  
    margin: 0 auto;  
    width: 110px;  
}  
.landing .special_offer_popup #special_offer_popup_step2 img.sign {  
    width: 250px;  
}  
.landing .special_offer_popup #special_offer_popup_step2 .get-free-video-btn {  
    display: inline-block;  
    padding: 5px 10px;  
    color: #15a89b;  
    border: 1px solid #15a89b;  
    outline: none;  
    background-color: initial;  
    font-size: 20px;  
}  
.landing .special_offer_popup #special_offer_popup_step2 .get-free-video-btn:hover {  
    color: #fff;  
    background-color: #01756B;  
    border-color: #B0B0B0;  
}  
.landing .special_offer_popup #special_offer_popup_step2 form {  
    margin-top: 20px;  
}  
.landing .special_offer_popup #special_offer_popup_step2 form input {  
    display: block;  
    width: 100%;  
    height: 34px;  
    padding: 6px 12px;  
    font-size: 14px;  
    line-height: 1.42857143;  
    color: #555;  
    background-color: #fff;  
    background-image: none;  
    border: 1px solid #ccc;  
    border-radius: 0;  
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);  
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);  
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;  
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;  
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;  
}  
.landing .special_offer_popup #special_offer_popup_step2 form input:focus {  
    border-color: #66afe9;  
    outline: 0;  
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);  
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);  
}  
.landing .special_offer_popup #special_offer_popup_step1 .close-popup-btn {  
    display: inline-block;  
    text-transform: uppercase;  
    font-size: 24px;  
    font-weight: bold;  
    color: #702525;  
    margin: 15px 0;  
}  
.landing .special_offer_popup #special_offer_popup_step2 .get-free-video-btn-holder {
    width: 550px;
    margin: 10PX -190PX;
    padding: 20px;
    color: #ECECEC;
    text-align: right;
}  

.landing .special_offer_popup .triangle-right {
    display: none;
}

@media (min-width: 992px) {  
    .landing .exit_popup .modal-lg,
    .landing #select_video_popup .modal-lg,
    .landing .special_offer_popup .modal-lg {  
        width: 650px;
    }  
}  
@media (min-width: 768px) {  
    .landing .special_offer_popup .modal-dialog {  
        width: 720px;
        margin-top: 60px;  
    }  
    #select_video_popup .modal-body img.sign {
        width: 250px;
    }
    #select_video_popup .step3 .registration .logo {
        display: inline-block;
        width: 33%;
    }
    #select_video_popup .step3 .registration .form {
        width: 66%;
    }
    #select_video_popup .step2 .confirmation .question {
        display: inline-block;
        width: 68%;
    }
    #select_video_popup .step2 .confirmation .confirm {
        width: 11%
    }
    #select_video_popup .step2 .confirmation .go-back {
        width: 18%;
    }
    #select_video_popup .modal-content {
        font-size: 14px;
    }
    #select_video_popup .step3 .registration .get-free-video-btn .triangle-right {
        margin: 0 35px;
    }
}  
@media (max-width: 767px) {  
    .landing .special_offer_popup .modal-header .close-popup-btn {  
        right: 3px;  
        top: 0;  
    }  
    .landing .special_offer_popup .modal-body p {  
        margin-top: 10px;  
    }  
    .landing .special_offer_popup #special_offer_popup_step2 img.logo {  
        margin-bottom: 20px;  
    }  
    .landing .special_offer_popup #special_offer_popup_step2 img.sign {  
        display: block;  
        margin: 0 auto;  
    }  
    #select_video_popup .modal-body img.sign {
        width: 100%;
    }
    #select_video_popup .modal-content {
        font-size: 13px;
    }
    #select_video_popup .step2 .confirmation .question {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    #select_video_popup .step2 .confirmation .confirm,
    #select_video_popup .step2 .confirmation .go-back {
        width: 35%;
        display: inline;
    }
    #select_video_popup .step3 .registration .get-free-video-btn {
        font-size: 20px;
    }
    #select_video_popup .step3 .registration .get-free-video-btn .triangle-right {
        margin: 0 20px;
    }
    #select_video_popup .step3 .registration .logo {
        display: none;
    }
    #select_video_popup .step3 .registration .form {
        width: 100%;
    }
} 
@media (max-width: 479px) {
    #select_video_popup .modal-content {
        font-size: 10px;
    }
    #select_video_popup .step3 .registration .get-free-video-btn {
        font-size: 13px;
    }
    #select_video_popup .step3 .registration .get-free-video-btn .triangle-right {
        margin: 0 10px;
    }
    #select_video_popup .step1 .video-thumb {
        display: none;
        width: 49.6%;
    }
    #select_video_popup .step1 .video-thumb:nth-child(-n+6) {
        display: block;
    }
}
@media (min-width: 480px) {
    #select_video_popup .step1 .video-thumb {
        width: 32.9%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .landing a.btn-joinnow {
        font-size: 18px;
    }
}
.triangle-right {
    border-top: 14px solid transparent;
    border-left: 28px solid white;
    border-bottom: 14px solid transparent;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
/* Hard Landing Experiment END */