body {
    background-color: #333;
    color: #fff;
    font-family: 'Roboto', 'Open Sans', 'Lucida Grande', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
div {
    display: block;
}
#container {
    height: 100%;
    position: absolute;
    width: 100%;
}
.videoHome {
	height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
	transition: width 1s;
	position: absolute;
	left: 0px;
}
.videoQuestion {
	height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 50%;
	transition: width 1s;
	position: absolute;
	left: 0px;
}
.questionAreaOpen{
	height: 100%;
    max-height: 100%;
    max-width: 50%;
    object-fit: cover;
    width: 50%;
	transition: width 1s;	
	right: 0px;
    position: absolute;
    background-color:#1e1e1e;
    text-align: center;
}
.questionAreaClosed{
	height: 100%;
    max-height: 100%;
    max-width: 50%;
    object-fit: cover;
    width: 0%;
	transition: width 1s;
    right: 0px;
    position: absolute;
	background-color:#1e1e1e;
}
/*#title, img{
    bottom: 77px;
    left: 6vw;
    position: absolute;
}*/
#controls {
    height: 80px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    background-color:black;
    z-index:100;
}
.hidden{
    display: none;
}
.tenableTitle{
    background-image: url(images/tenable.png);
    background-size: cover;
    background-position: center;
    transition: background-image 1s;
    transition: width 1s;
}
.tenableQuestion{
    position: fixed;
    top: 455px;
    align-content: center;
    font-size: 26px;
    width: 50%;
    padding: 0 9% 0 9%;
    visibility: visible;
    opacity: 1;
    transition:visibility 1s linear,opacity 1s linear;
}
.bruceTitle{
    background-image: url(images/bruce.png);
    background-repeat: no-repeat;
    background-position: top 20px left 20px;
    transition: background-image 1s;
    transition: width 1s;
}
.bruceQuestion{
    position: fixed;
    top: 50%;
    align-content: center;
    font-size: 30px;
    width: 50%;
    visibility: visible;
    opacity: 1;
    transition:visibility 1s linear,opacity 1s linear;
}
.qiTitle{
    background-image: url(images/qi.jpg);
    background-repeat: no-repeat;
    background-position: top 20px left 20px;
    transition: background-image 1s;
    transition: width 1s;
}
.wwtbamTitle{
    background-image: url(images/wwtbam.jpg);
    background-size: 100%;
    transition: background-image 1s;
    transition: width 1s;
}
.milQuestion{
    position: fixed;
    font-size: 16px;
    align-content: center;
    width: 50%;
    visibility: visible;
    opacity: 1;
    transition:visibility 1s linear,opacity 1s linear;
}
.milQuestion1{
    top: 420px;
}
.milQuestion2{
    top: 420px;
}
.milAnswer{
    position: fixed;
    font-size: 16px;
    visibility: visible;
    opacity: 1;
    transition:visibility 1s linear,opacity 1s linear;
}
.milAnswer1{
    top: 506px;
    left: 835px;
}
.milAnswer2{
    top: 506px;
    left: 1150px;
}
.milAnswer3{
    top: 576px;
    left: 835px;
}
.milAnswer4{
    top: 576px;
    left: 1150px;
}
.smashTitle{
    background-color: #a40013;
    transition: width 1s;
}
input[type=button], input[type=submit], input[type=reset] {
    background-color: #4CAF50;
    border: none;
    color: white;
    width: 100px;
    height: 35px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
  }
.wrapper, .wrapper div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    border: 3px solid white;
  }
#smash{
    top: 100px;
    left: 33%;
    position: absolute;
}
.wrapper {
    transform: rotate(45deg) translateY(10px);
  }
.wrapper .wrapper1 {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
  }
#smashImg {
    width: 100%;
    height: auto;
  }
.smashQuestion{
    top:450px;
    position: fixed;
    font-size: 24px;
    align-content: center;
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px;
    margin: 30px;
    overflow-wrap: break-word;
    visibility: visible;
    opacity: 1;
    transition: visibility 1s linear,opacity 1s linear;
}
  
  