@import url('https://fonts.googleapis.com/css?family=Orbitron');
@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
@font-face {
    font-family: 'Satoshi-Variable';
    src: url('../fonts/satoshi/Satoshi-Variable.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-Variable.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
         font-weight: 300 900;
         font-display: swap;
         font-style: normal;
  }

@font-face {
    font-family: 'Satoshi-VariableItalic';
    src: url('../fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-VariableItalic.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-VariableItalic.ttf') format('truetype');
         font-weight: 300 900;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Light';
    src: url('../fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-Light.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-Light.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-LightItalic';
    src: url('../fonts/satoshi/Satoshi-LightItalic.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-LightItalic.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-LightItalic.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-Regular.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Italic';
    src: url('../fonts/satoshi/Satoshi-Italic.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-Italic.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-Italic.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-Medium.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-MediumItalic';
    src: url('../fonts/satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-MediumItalic.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-MediumItalic.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Bold';
    src: url('../fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-Bold.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-BoldItalic';
    src: url('../fonts/satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-BoldItalic.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-BoldItalic.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: italic;
  }
  
  
  @font-face {
    font-family: 'Satoshi-Black';
    src: url('../fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-Black.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-Black.ttf') format('truetype');
         font-weight: 900;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Satoshi-BlackItalic';
    src: url('../fonts/satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
         url('../fonts/satoshi/Satoshi-BlackItalic.woff') format('woff'),
         url('../fonts/satoshi/Satoshi-BlackItalic.ttf') format('truetype');
         font-weight: 900;
         font-display: swap;
         font-style: italic;
  }

body, html {
    height: 100%;
    margin: 0;
    font-size: 12px;
    font-family: 'Satoshi-Regular', sans-serif;

}
a:hover{
    color: #fff;
}
a:visited{
    color: #fff;
}
#web{
    display: block;
}
#mobile{
    display: none;
}
a{
    color: #fff;
    text-decoration: none;
}
.innerPageSize {
    /* image specified in separate class below */
    height: 100%;
    width: 100%;
    max-width: 2340px;
    margin: 0 auto;
}
.innerRealRaceTextDiv {
    text-align: center;
    background: #000 url("https://webcdn.vrotors.com/images/v2/bg_header.jpg") repeat-x;

}
.innerRealRaceTextImg{
    margin-top: 1%;
    width: 40%;
}
.pageContent{
    font-size: 16px;
}
.headerTextDiv{
    background-color: #ffc529;
    width: 20%;
    margin: 0 auto;
}
.headerTextDiv h1{
    color: #fff;
    text-align: center;
    /*font-size: 20px;
    line-height: 40px;*/
}
.bg-image {
    /* image specified in separate class below */
    height: 100%;
    width: 100%;
    max-width: 2340px;
    margin: 0 auto;
    background-color:#2d2d2d ;
}
.bg {
    /* The image used */
    background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
    /* lt ie8 */
    -ms-background-position-x: center;
    -ms-background-position-y: top;
    background-position: center top;
    background-repeat: no-repeat;

    /* scale bg image proportionately */

    background-size:cover;

    /* Full height */
    /*height: 100%;*/

    /* Center and scale the image nicely */
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.comingSoonTextDiv {
    text-align: center;
}
.comingSoonTextImg{
    margin-top: 1%;
    width: 16%;
    margin-left: -8%;
}

.realRaceTextDiv {
    text-align: center;
}
.realRaceTextImg{
    margin-top: 1%;
    width: 75%;
}

.joinTextDiv {
    text-align: center;
}
.joinTextImg{
    margin-top: 2%;
    width: 49%;
}
.mailChimpDiv{
    margin-top: 0%;
    margin-bottom: 8px;
}
.mailChimpInnerDiv{
    margin-top: 0%;
}


.videoFrameDiv {
    text-align: center;
}
.videoFrameImg{
    margin-top: 0%;
    width: 90%;
}

.pcVrTextDiv {
    text-align: center;
    padding-bottom: 21%;
}
.pcVrTextImg{
    margin-top: 1.5%;
    width: 34%;
    margin-left: 4%;
}
#mc_embed_signup{

}
::placeholder {
    color: #314959 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.button{
    background-image: none !important;
    background-color: #ffc529 !important;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 80%;
    display: block !important;
    height: 40px !important;
    font-size: 16px !important;
    vertical-align: middle;
    line-height: 30px !important;
    padding: 0 0 15px 0px !important;
    font-weight: bold;
    color: #2d393d !important;
    font-family: 'Fugaz One', cursive !important;
    border:none;
    background-size: 100% 95%;
    border-radius: 8px !important;
}
.sub_bt{
    display: block !important;
    width: 180px;
    margin: 0 auto;
    padding-top: 5px;
}


input[type="email"] {
    background-color: #042939 !important;
    border: none !important;
    border-radius: 8px !important;
    text-align: center;
    color: #ffc529 !important;
    font-family: 'Prompt', sans-serif !important;
    font-size: 16px !important;
    width: 100% !important;
    max-width: 25%;
    height: 32px !important;
    font-weight: normal !important;
}
.headingText{
    color: #fff;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: normal !important;
    font-size: 14px !important;
    letter-spacing: 0.04em;
    margin-top: 1%;
}
.headingTextImg{
    width: 100%;
    max-width: 30%;
}
.footer{
    background-image: url("https://webcdn.vrotors.com/images/v2/footer.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    text-align:center;
    position:absolute;
    bottom:0px;
    margin:0px auto;
    width:100%;
    color: #e4e8ea;
    /*font-family: 'Orbitron', sans-serif !important;*/
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-family: 'Satoshi-Regular', sans-serif !important;
    max-width: 1960px;
}
.footerCopy{
    width: 25%;
    float: left;
}
.footerMainLink{
    width: 70%;
    float: left;
}
.footerMainLinkMargin{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.footerMainLink, a{
    padding-right: 10px;
}
INPUT::-webkit-input-placeholder,
INPUT:-moz-placeholder {
    color:#000;
}
input[placeholder], [placeholder], *[placeholder]
{
    color:#ffc529 !important;
}
.homepageMediaBar{
    width: 90%;height: 45px;border-bottom: #ffc529 5px solid; color: #ededed;font-size: 28px;text-transform: uppercase;padding: 2% 5% 0% 5%;clip-path: polygon(0 0, 100% 0%, 95% 100%, 100% 100%, 100% 100%, 0 100%);line-height: 45px;font-weight: bold;
}
.homepageBlogBar{
    width: 90%;height: 45px;border-bottom: #ffc529 5px solid; color: #ededed;font-size: 28px;text-transform: uppercase;padding: 3% 5% 0% 5%;clip-path: polygon(0 0, 100% 0%, 95% 100%, 100% 100%, 100% 100%, 0 100%);line-height: 45px;font-weight: bold;
}
.clear{
    clear: both;
}
.homepageMediaContent{
    width: 80%;position: relative;background-color: #2d2d2d;margin: 20px auto;
}
.homepageBlogContent{
    width: 80%;position: relative;background-color: #2d2d2d;margin: 20px auto;
}
.homepageMediaContentBox{
    width: 120px;background-color: #fff;border-radius: 5px;float: left;margin: 10px;
}
.homepageBlogContentBox{
    width: 214px;background-color: #fff;border-radius: 5px;float: left;margin: 10px 10px 20px 10px;
}
.homepageMediaContentBoxImg{
    width: auto;height: 100px;padding: 5px;
}
.homepageMediaContentBoxDate{
    text-align: center;color: #2d2d2d;
}
.homepageSocialBar{
    width: 90%;height: 45px; color: #ededed;font-size: 28px;text-transform: uppercase;padding: 0px 5%;clip-path: polygon(0 0, 100% 0%, 95% 100%, 100% 100%, 100% 100%, 0 100%);line-height: 45px;font-weight: bold;margin: 40px 0 0 0; border-bottom: #ffc529 5px solid;
}
.youTubeVideo{
    position: relative;
    margin-top: -49.2%;
    margin-left: -0.3%; 
}
.youTubeVideo > iframe{
    width: 811px;
    height: 461px;
    /*
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    border-right: #fff 2px solid;
    */
    border: #fff 1px solid;
}
.homepageMediaMoreBtnDiv{
    width: 100%;float: none;clear: both;text-align: center;
}
.homepageBlogMoreBtnDiv{
    width: 100%;float: none;clear: both;text-align: center;
}
.newsMoreBtn {
    width: 100px !important;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 0px;
    background-color: #ffc529;
    color: #303030;
    width: 100%;
    height: 26px;
    font-size: 16px;
    margin: 10px 0 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}
@media screen and (min-width: 1960px){
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .button {
        width: 100%;
        max-width: 150px !important;
        height: 37px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 40%;
        font-size: 14px !important;
        height: 35px !important;
        margin-left: 22% !important;
        float: left;
        margin-top: 0% !important;
        margin-right: 2px !important;
    }
    .realRaceTextImg {
        margin-top: 1.5%;
        width: 90%;
    }
    .joinTextImg{
        margin-top: 2%;
        width: 75%;
    }
    .comingSoonTextImg {
        margin-left: 0%;
        margin-top: 2%;
        width: 20%;
    }
    .videoFrameImg{
        margin-top: 1%;
        width: 980px;
        height: 536px;
    }
    .pcVrTextDiv{
        padding-bottom: 36%;
    }
    .pcVrTextImg{
        margin-top: 1.5%;
        width: 50%;
        margin-left: 4%;
    }
    .bg {
        /* The image used */
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;

        /* Full height */
        /*height: 100%;*/

        /* Center and scale the image nicely */
        /*background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
    .footerMainLinkMargin {
        width: 42%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 80px;;
    }
    .bg {
        background-size: cover;
    }
    .youTubeVideo{
        position: relative;
        margin-top: -45.9%;
        margin-left: -0.3%;
    }
    .youTubeVideo > iframe{
        width: 923px;
        height: 526px;
    }
    .homepageMediaMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 8%;
    }
    .homepageBlogMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 8%;
    }
}
@media screen and (min-width: 2500px) and (max-width: 3841px) {
    .youTubeVideo {
        margin-top: -39.2% !important;
        margin-left: -0.2% !important;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2499px) {
    .youTubeVideo {
        margin-top: -42.2% !important;
        margin-left: -0.2% !important;
    }
}
@media screen and (min-width: 1960px) and (max-width: 2099px) {
    .youTubeVideo {
        margin-top: -45%;
        margin-left: -0.2%;
    }
}
@media screen and (min-width: 1681px) and (max-width: 1959px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .button {
        width: 100%;
        max-width: 140px !important;
        height: 35px !important;
        line-height: 36px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 67%;
        font-size: 18px !important;
        height: 35px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 0% !important;
        margin-right: 15px !important;
        font-weight: normal !important;
    }
    .realRaceTextImg {
        margin-top: 1.2%;
        width: 73%;
    }
    .comingSoonTextImg {
        margin-left: 0%;
    }
    /*.realRaceTextImg {
        margin-top: 1%;
        width: 78%;
        margin-left: 2%;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 16%;
        margin-left: -5%;
    }*/
    .bg {
        /* The image used */
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;

        /* Full height */
        /*height: 100%;*/

        /* Center and scale the image nicely */
        /*background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
    .footerMainLink, a{
        padding-right: 60px;
    }
    .bg {
        background-size: cover;
    }
    .videoFrameImg {
        margin-top: 0%;
        width: 881px;
        height: 481px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -482px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 829px;
        height: 471px;
    }
    .homepageMediaMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 8%;
        clear: none;
    }
    .homepageBlogMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 8%;
        clear: none;
    }
    
}

@media screen and (min-width: 1850px) and (max-width: 1920px) {
    
    .videoFrameImg {
        margin-top: 47px;
        width: 881px;
        height: 481px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -482px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 829px;
        height: 471px;
    }
    
}

@media screen and (min-width: 1800px) and (max-width: 1849px) {
    
    .videoFrameImg {
        margin-top: 51px;
        width: 800px;
        height: 433px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -435px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 753px;
        height: 423px;
    }
    
}

@media screen and (min-width: 1750px) and (max-width: 1799px) {
    
    .videoFrameImg {
        margin-top: 46px;
        width: 780px;
        height: 420px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -422px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 734px;
        height: 410px;
    }
    
}

@media screen and (min-width: 1700px) and (max-width: 1749px) {
    
    .videoFrameImg {
        margin-top: 42px;
        width: 745px;
        height: 405px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -407px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 701px;
        height: 395px;
    }
    
}

@media screen and (min-width: 1681px) and (max-width: 1699px) {
    
    .videoFrameImg {
        margin-top: 40px;
        width: 734px;
        height: 400px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -402px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 690px;
        height: 390px;
    }
    
}

@media screen and (min-width: 1495px) and (max-width: 1680px) {
  .homepageMediaMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 8%;
        clear: none;
    }
    .homepageBlogMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 8%;
        clear: none;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .button {
        width: 100%;
        max-width: 115px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 60%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 3% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 13px !important;
    }
    .comingSoonTextImg {
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 1.5%;
        width: 78%;
    }
    .joinTextImg {
        margin-top: 1%;
        width: 49%;
    }
    .mailChimpInnerDiv {
        margin-top: -0.5%;
    }
    
    .footerMainLink, a{
        padding-right: 30px;
    }
    .bg {
        background-size: cover;
    }
    .videoFrameImg {
        margin-top: 1%;
        width: 755px;
        height: 464px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -464px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 709px;
        height: 453px;
    }
}

@media screen and (min-width: 1650px) and (max-width: 1680px) {
    
    .videoFrameImg {
        margin-top: 47px;
        width: 724px;
        height: 390px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -392px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 681px;
        height: 381px;
    }
    
}

@media screen and (min-width: 1600px) and (max-width: 1649px) {
    
    .videoFrameImg {
        margin-top: 30px;
        width: 710px;
        height: 390px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -392px;
        margin-left: -2px;
    }
    .youTubeVideo > iframe{
        width: 668px;
        height: 381px;
    }
    
}

@media screen and (min-width: 1550px) and (max-width: 1599px) {
    
    .videoFrameImg {
        margin-top: 30px;
        width: 710px;
        height: 390px;
        margin-left: 40px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -392px;
        margin-left: 37px;
    }
    .youTubeVideo > iframe{
        width: 668px;
        height: 381px;
    }
    
}

@media screen and (min-width: 1500px) and (max-width: 1549px) {
    
    .videoFrameImg {
        margin-top: 30px;
        width: 710px;
        height: 390px;
        margin-left: 60px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -392px;
        margin-left: 77px;
    }
    .youTubeVideo > iframe{
        width: 668px;
        height: 381px;
    }
    
}

@media screen and (min-width: 1450px) and (max-width: 1499px) {
    
    .videoFrameImg {
        margin-top: 40px;
        width: 698px;
        height: 380px;
        margin-left: 70px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -382px;
        margin-left: 89px;
    }
    .youTubeVideo > iframe{
        width: 657px;
        height: 370px;
    }
    
}

@media screen and (min-width: 1441px) and (max-width: 1449px) {
    
    .videoFrameImg {
        margin-top: 40px;
        width: 698px;
        height: 380px;
        margin-left: 70px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -382px;
        margin-left: 89px;
    }
    .youTubeVideo > iframe{
        width: 657px;
        height: 370px;
    }
    .pcVrTextImg {
        margin-left: 14%;
    }
    
}


@media screen and (min-width: 1361px) and (max-width: 1440px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .button {
        width: 100%;
        max-width: 115px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 59%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 10px !important;
    }
    .comingSoonTextImg {
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 1.5%;
        width: 78%;
    }
    .joinTextImg {
        margin-top: 1%;
        width: 49%;
    }
    .mailChimpInnerDiv {
        margin-top: -0.5%;
    }
    
    .footerMainLink, a{
        padding-right: 30px;
    }
    .bg {
        background-size: cover;
    }
    .videoFrameImg {
        margin-top: 0;
        width: 650px;
        height: 338px;
        margin-left: 4%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -341px;
        margin-left: 3.7%;
    }
    .youTubeVideo > iframe {
        width: 612px;
        height: 331px;
    }
}


@media screen and (min-width: 1289px) and (max-width: 1360px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .button {
        width: 100%;
        max-width: 115px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 59%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 10px !important;
    }
    .comingSoonTextImg {
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 1.5%;
        width: 78%;
    }
    .joinTextImg {
        margin-top: 1%;
        width: 49%;
    }
    .mailChimpInnerDiv {
        margin-top: -0.5%;
    }
    
    .footerMainLink, a{
        padding-right: 30px;
    }
    .bg {
        background-size: cover;
    }
    
}

@media screen and (min-width: 1310px) and (max-width: 1360px) {
    .videoFrameImg {
        margin-top: 0;
        width: 586px;
        height: 305px;
        margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -308px;
        margin-left: 4.8%;
    }
    .youTubeVideo > iframe {
        width: 551px;
        height: 297px;
    }
}
@media screen and (min-width: 1289px) and (max-width: 1309px) {
    .videoFrameImg {
        margin-top: 0;
        width: 586px;
        height: 305px;
        margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -308px;
        margin-left: 4.9%;
    }
    .youTubeVideo > iframe {
        width: 551px;
        height: 297px;
    }
}


@media screen and (min-width: 1250px) and (max-width: 1288px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .button {
        width: 100%;
        max-width: 100px !important;
        height: 27px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 63.5%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 7px !important;
    }
    .comingSoonTextImg {
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 1.5%;
        width: 78%;
    }
    .joinTextImg {
        margin-top: 1%;
        width: 49%;
    }
    .mailChimpInnerDiv {
        margin-top: -0.5%;
    }

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLink, a{
        padding-right: 20px;
    }
    .subscribeTextDiv {
        padding-top: 10px;
    }
    .videoFrameImg {
       margin-top: 0px;
       width: 536px;
       height: 293px;
       margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -295px;
        margin-left: 4.8%;
    }
    .youTubeVideo > iframe {
        width: 505px;
        height: 286px;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1270px) {
    .videoFrameImg {
       margin-left: 18%
    }
    .youTubeVideo {
        margin-left: 20%;
    }
    .pcVrTextImg {
        margin-left: 15%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1249px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 15%;
        margin-left: 4%;
    }
    .realRaceTextImg {
        margin-top: 1.5%;
        width: 83%;
        margin-left: 4%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 50%;
        margin-left: 4%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    .button {
        width: 100%;
        max-width: 120px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 58%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 7px !important;
    }
    

    

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLink, a{
        padding-right: 20px;
    }
    .videoFrameImg {
        margin-top: 20px;
        width: 500px;
        height: 231px;
        margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -235px;
        margin-left: 4.9%;
    }
    .youTubeVideo > iframe {
        width: 473px;
        height: 225px;
    }
    .pcVrTextImg {
        margin-top: 1.5%;
        width: 32%;
        margin-left: 4%;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1225px) {
    .videoFrameImg {
       margin-top: 0;
       margin-left: 5%;
    }
    .youTubeVideo {
        margin-left: 4.9%;
    }
    .pcVrTextImg {
        margin-left: 4%;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1199px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 15%;
        margin-left: 2%;
    }
    .realRaceTextImg {
        margin-top: 1.5%;
        width: 90%;
        margin-left: 2%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 50%;
        margin-left: 2%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -7%;
    }

    .button {
        width: 100%;
        max-width: 120px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 54%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 5px !important;
    }
    

    

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLink, a{
        padding-right: 20px;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 500px;
        height: 231px;
        margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -235px;
        margin-left: 4.9%;
    }
    .youTubeVideo > iframe {
        width: 473px;
        height: 225px;
    }
    .pcVrTextImg {
        margin-top: 2%;
        width: 29%;
        margin-left: 4.9%;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1175px) {
    .videoFrameImg {
       margin-top: 0;
       margin-left: 8%;
    }
    .youTubeVideo {
        margin-left: 7.8%;
    }
    .pcVrTextImg {
        margin-left: 7.8%;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1149px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 15%;
        margin-left: 5%;
    }
    .realRaceTextImg {
        margin-top: 2%;
        width: 95%;
        margin-left: 5%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 50%;
        margin-left: 5%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    


    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLink, a{
        padding-right: 20px;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 490px;
        height: 216px;
        margin-left: 8%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -220px;
        margin-left: 7.9%;
    }
    .youTubeVideo > iframe {
        width: 462px;
        height: 210px;
    }
    .pcVrTextImg {
        margin-top: 2%;
        width: 29%;
        margin-left: 7.9%;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1125px) {
    .videoFrameImg {
       margin-top: 0;
       margin-left: 11%;
    }
    .youTubeVideo {
        margin-left: 10.8%;
    }
    .pcVrTextImg {
        margin-left: 10.8%;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1099px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 15%;
        margin-left: 5%;
    }
    .realRaceTextImg {
        margin-top: 2%;
        width: 100%;
        margin-left: 5%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 60%;
        margin-left: 5%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    

    .pcVrTextImg {
        margin-top: 2%;
        width: 32%;
        margin-left: 7%;
    }

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 75%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 15px;;
    }
    .videoFrameImg {
        margin-top: 23px;
        width: 475px;
        height: 216px;
        margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -220px;
        margin-left: 4.7%;
    }
    .youTubeVideo > iframe {
        width: 446px;
        height: 210px;
    }
    .pcVrTextImg {
        margin-top: 2%;
        width: 32%;
        margin-left: 4.7%;
    }
    .humanAlText {
        font-size: 22px !important;
    }
    .eartSpaceText {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1075px) {
    .videoFrameImg {
       margin-top: 15px;
       margin-left: 6%;
    }
    .youTubeVideo {
        margin-left: 5.8%;
    }
    .pcVrTextImg {
        margin-left: 5.8%;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1049px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 16%;
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 2%;
        width: 100%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 70%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    


    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1920x945.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 75%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 15px;;
    }
    .videoFrameImg {
        margin-top: 23px;
        width: 475px;
        height: 216px;
        margin-left: 5%;
    }
    .videoFrameImg {
        margin-top: 23px;
        width: 475px;
        height: 216px;
        margin-left: 8%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -220px;
        margin-left: 8.7%;
    }
    .youTubeVideo > iframe {
        width: 446px;
        height: 210px;
    }
    .pcVrTextImg {
        margin-top: 2%;
        width: 32%;
        margin-left: 4.7%;
    }
    .humanAlText {
        font-size: 22px !important;
    }
    .eartSpaceText {
        font-size: 18px !important;
    }
}



@media screen and (min-width: 1000px) and (max-width: 1023px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 16%;
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 2%;
        width: 100%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 70%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    


    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1280x629.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;


        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 75%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 15px;;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 430px;
        height: 206px;
        margin-left: 7%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -211px;
        margin-left: 7.1%;
    }
    .youTubeVideo > iframe {
        width: 404px;
        height: 201px;
    }
    .pcVrTextImg {
        margin-top: 2%;
        width: 32%;
        margin-left: 3.7%;
    }
    .humanAlText {
        font-size: 22px !important;
    }
    .eartSpaceText {
        font-size: 18px !important;
    }
}




@media screen and (min-width: 950px) and (max-width: 999px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 16%;
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 2%;
        width: 108%;
        margin-left: -2%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 70%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    #mc_embed_signup form {
        width: 60% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    

    

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1280x629.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 76%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 15px;;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 405px;
        height: 206px;
        margin-left: 7%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -211px;
        margin-left: 7.1%;
    }
    .youTubeVideo > iframe {
        width: 382px;
        height: 201px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 40%;
        margin-left: 9%;
    }
    .humanAlText {
        font-size: 20px !important;
    }
    .eartSpaceText {
        font-size: 16px !important;
    }
}





@media screen and (min-width: 900px) and (max-width: 949px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 17%;
        margin-left: 0%;
    }
    .realRaceTextImg {
        margin-top: 2%;
        width: 120%;
        margin-left: -6%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 70%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    #mc_embed_signup form {
        width: 60% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    



    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1280x629.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 75%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 10px;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 405px;
        height: 206px;
        margin-left: 12%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -211px;
        margin-left: 13.5%;
    }
    .youTubeVideo > iframe {
        width: 382px;
        height: 201px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 40%;
        margin-left: 9%;
    }
    .humanAlText {
        font-size: 19px !important;
    }
    .eartSpaceText {
        font-size: 15px !important;
    }
}


@media screen and (min-width: 850px) and (max-width: 899px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 18%;
        margin-left: 10%;
    }
    .realRaceTextImg {
        margin-top: 2.5%;
        width: 125%;
        margin-left: -8%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 77%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }
    #mc_embed_signup form {
        width: 60% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    

    

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1280x629.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 10px;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 376px;
        height: 177px;
        margin-left: 12%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -181px;
        margin-left: 12.7%;
    }
    .youTubeVideo > iframe {
        width: 355px;
        height: 171px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 18px !important;
    }
    .eartSpaceText {
        font-size: 14px !important;
    }
}




@media screen and (min-width: 800px) and (max-width: 849px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 20%;
        margin-left: 5%;
    }
    .realRaceTextImg {
        margin-top: 3.5%;
        width: 130%;
        margin-left: -12%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 82%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }
    #mc_embed_signup form {
        width: 65% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 55%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    

    

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1280x629.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 85%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 10px;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 363px;
        height: 150px;
        margin-left: 9%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -155px;
        margin-left: 9.7%;
    }
    .youTubeVideo > iframe {
        width: 342px;
        height: 146px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 55%;
        margin-left: 13%;
    }
    .humanAlText {
        font-size: 17px !important;
    }
    .eartSpaceText {
        font-size: 13px !important;
    }
}





@media screen and (min-width: 768px) and (max-width: 799px) {
    #web{
        display: block;
    }
    
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 20%;
        margin-left: 5%;
    }
    .realRaceTextImg {
        margin-top: 3.5%;
        width: 130%;
        margin-left: -12%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 82%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }
    #mc_embed_signup form {
        width: 60% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 48%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 2% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    

    

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1280x629.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerMainLinkMargin {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .footerMainLink, a{
        padding-right: 10px;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 363px;
        height: 150px;
        margin-left: 9%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -155px;
        margin-left: 11.3%;
    }
    .youTubeVideo > iframe {
        width: 342px;
        height: 146px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 16px !important;
    }
    .eartSpaceText {
        font-size: 12px !important;
    }
}



@media screen and (min-width: 769px) and (max-width: 1224px) {
    .homepageMediaMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 3%;
        clear: none;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 3.5%;
        margin-left: 3%;
        clear: none;
    }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
    #web{
        display: block;
    }
    #mobile{
        display: none;
    }
    .comingSoonTextImg {
        margin-top: 1%;
        width: 20%;
        margin-left: 5%;
    }
    .realRaceTextImg {
        margin-top: 3.5%;
        width: 130%;
        margin-left: -12%;
    }
    .joinTextImg {
        margin-top: 2%;
        width: 82%;
    }
    .mailChimpDiv {
        margin-top: -1%;
        margin-left: -8%;
    }

    #mc_embed_signup form {
        width: 66% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    

    

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/web_BG_1280x629.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerCopy {
        width: 100%;
        float: none;
    }
    .footerMainLink, a{
        padding-right: 10px;
        font-size: 8px;
    }
    .footer {
        background-image: url(https://webcdn.vrotors.com/images/v2/footer.png);
        background-color: transparent !important;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        bottom: 0px;
        margin: 0px auto;
        width: 100%;
        color: #e4e8ea;
        /* font-family: 'Orbitron', sans-serif !important; */
        font-size: 10px;
        height: 36px;
        line-height: 18px;
        font-family: 'Prompt', sans-serif !important;
        max-width: 1960px;
    }
    .footerCopy {
        width: 98%;
        float: none;
    }
    .footerMainLink {
        width: 98%;
        float: none;
    }
    .footerMainLinkMargin {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .videoFrameImg {
        margin-top: 0px;
        width: 363px;
        height: 150px;
        margin-left: 9%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -155px;
        margin-left: 11.3%;
    }
    .youTubeVideo > iframe {
        width: 342px;
        height: 146px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 16px !important;
    }
    .eartSpaceText {
        font-size: 12px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageMediaMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 3%;
        clear: none;
    }
    .homepageBlogMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 3%;
        clear: none;
    }
}




@media screen and (min-width: 415px) and (max-width: 768px) and (orientation : portrait){
    
    #mc_embed_signup form {
        width: 66% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }

    .realRaceTextImg {
        margin-top: 3.5%;
        width: 130%;
        margin-left: -10%;
    }
    .comingSoonTextImg {
        margin-top: 2%;
        width: 20%;
        margin-left: 11%;
    }
    
    .mailChimpInnerDiv {
        margin-top: 0%;
        margin-left: -10%;
    }
    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/iPad_768x891.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: top;
        background-position: center top;
        background-repeat: no-repeat;

        /* scale bg image proportionately */

        background-size:cover;
    }
    
    .videoFrameImg {
        margin-top: 0px;
        width: 363px;
        height: 150px;
        margin-left: 9%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -155px;
        margin-left: 11.3%;
    }
    .youTubeVideo > iframe {
        width: 342px;
        height: 146px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 16px !important;
    }
    .eartSpaceText {
        font-size: 12px !important;
    }
    .homepageMediaMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 3%;
        clear: none;
    }
    .homepageBlogMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 3%;
        clear: none;
    }

}

@media screen and (min-width: 700px) and (max-width: 740px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 354px;
        height: 131px;
        margin-left: 6%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -136px;
        margin-left: 8.6%;
    }
    .youTubeVideo > iframe {
        width: 334px;
        height: 128px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 15px !important;
    }
    .eartSpaceText {
        font-size: 11px !important;
    }

    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
}

@media screen and (min-width: 675px) and (max-width: 699px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 336px;
        height: 109px;
        margin-left: 6%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -114px;
        margin-left: 8.6%;
    }
    .youTubeVideo > iframe {
        width: 315px;
        height: 105px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 14px !important;
    }
    .eartSpaceText {
        font-size: 10px !important;
    }
    #mc_embed_signup form {
        width: 70% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
}

@media screen and (min-width: 650px) and (max-width: 674px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 319px;
        height: 109px;
        margin-left: 6%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -114px;
        margin-left: 8.6%;
    }
    .youTubeVideo > iframe {
        width: 300px;
        height: 105px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 14px !important;
    }
    .eartSpaceText {
        font-size: 10px !important;
    }
    #mc_embed_signup form {
        width: 70% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
}

@media screen and (min-width: 625px) and (max-width: 649px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 304px;
        height: 93px;
        margin-left: 6%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -99px;
        margin-left: 8.6%;
    }
    .youTubeVideo > iframe {
        width: 285px;
        height: 90px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 13px !important;
    }
    .eartSpaceText {
        font-size: 10px !important;
    }
    #mc_embed_signup form {
        width: 77% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
}

@media screen and (min-width: 600px) and (max-width: 624px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 295px;
        height: 93px;
        margin-left: 6%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -99px;
        margin-left: 8.6%;
    }
    .youTubeVideo > iframe {
        width: 277px;
        height: 90px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 13px !important;
    }
    .eartSpaceText {
        font-size: 10px !important;
    }
    #mc_embed_signup form {
        width: 77% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
}

@media screen and (min-width: 575px) and (max-width: 599px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 273px;
        height: 75px;
        margin-left: 6%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -81px;
        margin-left: 6.6%;
    }
    .youTubeVideo > iframe {
        width: 256px;
        height: 72px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 12px !important;
    }
    .eartSpaceText {
        font-size: 10px !important;
    }
    #mc_embed_signup form {
        width: 80% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
}

@media screen and (min-width: 550px) and (max-width: 574px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 273px;
        height: 75px;
        margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -81px;
        margin-left: 7.6%;
    }
    .youTubeVideo > iframe {
        width: 256px;
        height: 72px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 11px !important;
    }
    .eartSpaceText {
        font-size: 9px !important;
    }
    #mc_embed_signup form {
        width: 86% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 40%;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
}

@media screen and (min-width: 526px) and (max-width: 549px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 263px;
        height: 66px;
        margin-left: 5%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -72px;
        margin-left: 7.8%;
    }
    .youTubeVideo > iframe {
        width: 247px;
        height: 63px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 11px !important;
    }
    .eartSpaceText {
        font-size: 9px !important;
    }
    #mc_embed_signup form {
        width: 86% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 44%;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 525px) {
    .videoFrameImg {
        margin-top: 0px;
        width: 235px;
        height: 55px;
        margin-left: 8%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -60px;
        margin-left: 9.8%;
    }
    .youTubeVideo > iframe {
        width: 220px;
        height: 52px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 11px !important;
    }
    .eartSpaceText {
        font-size: 9px !important;
    }
    #mc_embed_signup form {
        width: 92% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 48%;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
}

@media screen and (min-width: 475px) and (max-width: 499px) {
    .videoFrameImg {
        margin-top: -2px;
        width: 225px;
        height: 45px;
        margin-left: 6%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -50px;
        margin-left: 7.8%;
    }
    .youTubeVideo > iframe {
        width: 213px;
        height: 42px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 10px !important;
    }
    .eartSpaceText {
        font-size: 8px !important;
    }
    #mc_embed_signup form {
        width: 97% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 110px !important;
        height: 27px !important;
        line-height: 30px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 46%;
        font-size: 14px !important;
        height: 27px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 48%;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: -10%;
    }
    
}

@media screen and (min-width: 451px) and (max-width: 474px) {
    .videoFrameImg {
        margin-top: -2px;
        width: 212px;
        height: 45px;
        margin-left: 4%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -50px;
        margin-left: 3.8%;
    }
    .youTubeVideo > iframe {
        width: 198px;
        height: 42px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 9px !important;
    }
    .eartSpaceText {
        font-size: 8px !important;
    }
    .subscribeText {
        font-size: 10px;
    }
    #mc_embed_signup form {
        width: 100% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 90px !important;
        height: 20px !important;
        line-height: 24px !important;
        font-size: 12px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 51%;
        font-size: 12px !important;
        height: 20px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageBlogContent {
        width: 54%;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
}
@media screen and (min-width: 440px) and (max-width: 450px) {
    .videoFrameImg {
        margin-top: -2px;
        width: 212px;
        height: 45px;
        margin-left: 7%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -50px;
        margin-left: 9.5%;
    }
    .youTubeVideo > iframe {
        width: 198px;
        height: 42px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 9px !important;
    }
    .eartSpaceText {
        font-size: 8px !important;
    }
    .subscribeText {
        font-size: 10px;
    }
    #mc_embed_signup form {
        width: 100% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 90px !important;
        height: 20px !important;
        line-height: 24px !important;
        font-size: 12px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 51%;
        font-size: 12px !important;
        height: 20px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 55%;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
    
}

@media screen and (min-width: 415px) and (max-width: 439px) {
    .videoFrameImg {
        margin-top: -2px;
        width: 212px;
        height: 45px;
        margin-left: 7%;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -50px;
        margin-left: 9.9%;
    }
    .youTubeVideo > iframe {
        width: 198px;
        height: 42px;
    }
    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
        margin-left: 10%;
    }
    .humanAlText {
        font-size: 9px !important;
    }
    .eartSpaceText {
        font-size: 8px !important;
    }
    .subscribeText {
        font-size: 10px !important;
    }
    #mc_embed_signup form {
        width: 100% !important;
        margin-left: 17% !important;
    }
    .button {
        width: 100%;
        max-width: 90px !important;
        height: 20px !important;
        line-height: 24px !important;
        font-size: 12px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 44%;
        font-size: 12px !important;
        height: 20px !important;
        margin-left: 10% !important;
        float: left;
        margin-top: 1px !important;
        margin-right: 8px !important;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 55%;
    }
    .homepageBlogMoreBtnDiv {
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
}

@media screen and (max-width: 414px){
    #web{
        display: none;
    }
    #mobile{
        display: block;
    }
    .comingSoonTextImg {
        margin-top: 4%;
        width: 20%;
        margin-left: 0%;
    }

    .vRotersTextDiv {
        text-align: center;
    }
    .vRotersTextImg{
        margin-top: 4%;
        width: 40%;
    }
    .realRaceTextImg {
        margin-top: 1%;
        width: 95%;
    }
    .joinTextImg {
        margin-top: 4%;
        width: 80%;
    }
    .mailChimpDiv {
        margin: 0 auto;
    }

    .btnDiv{
        display: block;
        width: 120px;
        text-align: center;
        margin: 0 auto;
    }

    .button{
        background-image: none !important;
        background-color: #ffc529 !important;
        background-repeat: no-repeat;
        max-width: 100px !important;
        height: 25px !important;
        display: block !important;
        font-size: 12px !important;
        color: #2d393d !important;
        font-family: 'Fugaz One', cursive !important;
        vertical-align: middle;
        padding: 0 0 0 0px !important;
        background-size: 100% 95%;
        margin-top: 3% !important;
        margin-left: 8% !important;
        -webkit-appearance: none;
        line-height: 25px !important;
    }

    input[type="email"] {
        width: 80% !important;
        max-width: 70%;
        font-size: 14px !important;
        height: 23px !important;
        margin: 0 auto !important;
        margin-top: -4.5% !important;
    }
    

    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
    }

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/mobile_bg375x667.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: center;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerCopy {
        width: 100%;
        float: none;
    }
    .footerMainLink, a{
        padding-right: 10px;
    }
    .footer {
        background-image: url(https://webcdn.vrotors.com/images/v2/footer.png);
        background-color: transparent !important;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        bottom: 0px;
        margin: 0px auto;
        width: 100%;
        color: #e4e8ea;
        /* font-family: 'Orbitron', sans-serif !important; */
        font-size: 10px;
        height: 36px;
        line-height: 18px;
        font-family: 'Prompt', sans-serif !important;
        max-width: 1960px;
    }
    .footerCopy {
        width: 98%;
        float: none;
    }
    .footerMainLink {
        width: 98%;
        float: none;
    }
    .footerMainLinkMargin {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .innerRealRaceTextImg{
        margin-top: 1%;
        width: 70%;
    }
    .videoFrameImg {
        margin-top: 30%;
        width: 275px;
        height: 148px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -46.2%;
        margin-left: -0.3%;
    }
    .youTubeVideo > iframe {
        width: 257px;
        height: 146px;
    }
    .homepageMediaMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 7%;
        clear: none;
    }
    .homepageBlogMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 70%;
    }
}

@media screen and (max-width: 414px) and (orientation : portrait) {
    #web{
        display: none;
    }
    #mobile{
        display: block;
    }
    .comingSoonTextImg {
        margin-top: 4%;
        width: 20%;
        margin-left: 0%;
    }

    .vRotersTextDiv {
        text-align: center;
    }
    .vRotersTextImg{
        margin-top: 4%;
        width: 40%;
    }
    .realRaceTextImg {
        margin-top: 1%;
        width: 95%;
    }
    .joinTextImg {
        margin-top: 4%;
        width: 80%;
    }
    .mailChimpDiv {
        margin: 0 auto;
    }

    .btnDiv{
        display: block;
        width: 120px;
        text-align: center;
        margin: 0 auto;
    }
    #mc_embed_signup form {
        text-align: center;
        padding: 0px 0 5px 0 !important;
        width: 57%;
        margin: 0 auto;
        background: #0b5b8f;
        border-radius: 5px;
        height: 50px;
        margin-top: 0px;
    }

    .button{
        background-image: none !important;
        background-color: #ffc529 !important;
        background-repeat: no-repeat;
        max-width: 100px !important;
        height: 22px !important;
        display: block !important;
        font-size: 12px !important;
        color: #2d393d !important;
        font-family: 'Fugaz One', cursive !important;
        padding: 0 0 0 0px !important;
        background-size: 100% 100%;
        margin-top: 3% !important;
        margin-left: 8% !important;
        -webkit-appearance: none;
        line-height: 25px !important;
    }

    input[type="email"] {
        width: 100% !important;
        max-width: 70%;
        font-size: 14px !important;
        height: 23px !important;
        margin: 0 auto !important;
        margin-top: -0.5% !important;
    }
    

    .pcVrTextImg {
        margin-top: 3%;
        width: 45%;
    }

    .bg {
        background-image: url("https://webcdn.vrotors.com/images/v2/mobile_bg375x667.jpg");
        /* lt ie8 */
        -ms-background-position-x: center;
        -ms-background-position-y: center;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;

        /* scale bg image proportionately */

        background-size:cover;
    }
    .footerCopy {
        width: 100%;
        float: none;
    }
    .footerMainLink, a{
        padding-right: 0px;
    }
    .footer {
        background-image: url("https://webcdn.vrotors.com/images/v2/footer_m_bg_80.png");
        background-color: transparent !important;
        background-repeat: no-repeat;
        text-align: center;
        position: absolute;
        bottom: 0px;
        margin: 0px auto;
        width: 100%;
        color: #e4e8ea;
        /* font-family: 'Orbitron', sans-serif !important; */
        font-size: 10px;
        height: 75px !important;
        line-height: 18px;
        font-family: 'Prompt', sans-serif !important;
        max-width: 1960px;
    }
    .footerCopy {
        width: 98%;
        float: none;
        height: 20px;
        line-height: 35px;
    }
    .footerMainLink {
        width: 98%;
        float: none;
        height: 20px;
    }
    .footerMainLinkMargin {
        width: 88%;
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
        width: 100%;
        height: 20px !important;
        line-height: 20px !important;
        font-size: 10px !important;
    }
    .innerRealRaceTextImg{
        margin-top: 1%;
        width: 70%;
    }
    .videoFrameImg {
        margin-top: 30%;
        width: 275px;
        height: 148px;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -42.9%;
        margin-left: 0;
    }
    .youTubeVideo > iframe {
        width: 257px;
        height: 146px;
    }
    .homepageMediaMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 7%;
        clear: none;
    }
    .homepageBlogMoreBtnDiv{
        width: 120px;
        float: left;
        margin-top: 8.5%;
        margin-left: 25%;
        clear: none;
    }
    .homepageMediaBar {
        padding-top: 10%;
    }
    .homepageBlogBar {
        padding-top: 8%;
    }
    .homepageBlogContent {
        width: 70%;
    }
    .humanAlText {
        font-size: 24px !important;
    }

}

@media screen and (min-width: 400px) and (max-width: 414px) {
    .humanAlText {
        font-size: 24px !important;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -43%;
        margin-left: 0%;
    }
    .homepageBlogContent {
        width: 55%;
    }
    
}
@media screen and (min-width: 375px) and (max-width: 399px) {
    .humanAlText {
        font-size: 24px !important;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -45.5%;
        margin-left: 0;
    }
    .homepageBlogContent {
        width: 58%;
    }
    
}
@media screen and (min-width: 350px) and (max-width: 374px) {
    .humanAlText {
        font-size: 20px !important;
    }
    .eartSpaceText {
        font-size: 16px !important;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -48.9%;
        margin-left: 0;
    }
    .homepageBlogContent {
        width: 63%;
    }
    .homepageBlogMoreBtnDiv {
        margin-top: 8.5%;
    }
    
}
@media screen and (min-width: 330px) and (max-width: 349px) {
    .humanAlText {
        font-size: 13px !important;
    }
    .eartSpaceText {
        font-size: 12px !important;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -51.5%;
        margin-left: 0; 
    }
    .homepageBlogContent {
        width: 66%;
    }
    .homepageMediaContent {
        width: 45%;
    }
    
}
@media screen and (min-width: 320px) and (max-width: 329px) {
    .humanAlText {
        font-size: 13px !important;
    }
    .eartSpaceText {
        font-size: 12px !important;
    }
    .youTubeVideo {
        position: relative;
        margin-top: -53.2%;
        margin-left: 0;

    }
    .homepageBlogContent {
        width: 70%;
    }
    .homepageMediaContent {
        width: 45%;
    }
}


