* {
     box-sizing: border-box;
}
 body {
    margin: 0;
    font-family:Helvetica, Arial, serif;
}
video {
	position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.gjs-row{
    display:flex;
    justify-content:flex-start;
    align-items:stretch;
    padding:10px;
}
.gjs-cell{
    min-height:75px;
    flex-grow:1;
    flex-basis:100%;
}
#ixg7{
    display:flex;
    position:static;
    float:none;
    justify-content:center;
	color: white;
}
#i8go{
    max-width: 90%;
    top: 3%;
    position: fixed;
    padding: 10px;
    justify-content: center;
    display: block;;
}
#iu5c{
	margin-top: 10vh;
    justify-content:space-around;
    align-items:center;
}
#i4a5o{
    width:120px;
    margin-bottom: -2px;
}
@media (max-width: 768px){
    .gjs-row{
        flex-wrap:nowrap;
    }
    #i9go{
        text-align: center;
        margin-bottom: 2rem;
    }
}
