.scroll-control{
    background-color: #646464;
    width: 50px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin-left: 80%;
}

#dropdown-controller{
    width: 100%;
    max-width: 716px;
    height: 30px;
    background-color: #454545;
    margin: 0 auto;
}

.responsive-video{
    width: 100%;
    height: 403px;
    margin: 0 auto;
    display: none;
}

.scroll-to-bottom{
    font-size: 25px;
}

.scrollicon {
    top: 5px !important;
}

#videoWrapper{
    position: relative;
    padding-bottom: 28px;
}

.introButton {
    position: absolute;
    float: right;
    width: 100px;
    height: 30px;
    z-index: 1;
    text-align: center;
    border-color: rgba(87, 6, 140, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(60, 60, 60, 0.7);
    border: 1px solid;
    top: 5%;
    left: 90%;
    transform: translate(-50%, -50%);
    display: none;
}


.vgq {
    position: absolute;
    padding-top: 5%;
    float: right;
    width: 400px;
    height: 300px;
    z-index: 1;
    text-align: center;
    border-color: rgba(87, 6, 140, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.quizOption {
    margin-bottom: 0px;
}

.correctX {
    margin-right: 10px;
    width: 20px;
    padding: 0px;
    background-color: white !important;
    color: green !important;
    cursor: pointer;
}

.incorrectX {
    margin-right: 10px;
    width: 20px;
    padding: 0px;
    background-color: white !important;
    color: red !important;
    cursor: pointer;
}