html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

#ga_window {
    background: /*url("../../img/vrportal/gatealpha_window.png")*/ center center no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -10;
}

.topContent {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ed6cc8;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 20;
    width: 100%;
    text-align: center;
}

.topContent h4 {
    margin-bottom: 0;
}

.bottomContent {
    position: fixed;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.85);
    color: #f1f1f1;
    width: 26%;
    margin-left:37%;
    padding: 10px;
    z-index: 20;
    text-align: center;
    border: 2px solid #9a4381;
}

.bottomContent:hover {
    cursor: pointer;
}

.bottomContent:hover #enterGateBtn{
    text-decoration: none;
    color: #711B58;
}

#enterGateBtn {
    font-size: 1.5rem;
    color: #d04aa9;
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

@media only screen and (max-width: 680px) {
    
    .topContent h1{
        font-size: 9vw;
    }
    
    .bottomContent {
        width: 80%;
        margin-left: 10%;
    }
    
    #enterGateBtn {
        font-size: 6vw;
        color: #d04aa9;
    }
    
}