@media (max-width: 768px) {
    html {
        zoom: 1 !important;
    }
    header img {
    height: 70px;
    float: left;
    margin: 20px;
}
    .wrap {
        padding: 20px;
    }
    .resp-table-holder {
    margin: 0 0 0px;
}
.copyright {
    background: #0a377f;
}
.quiz-container, .result-container {
    margin: 0px 0px 50px;
    border-radius: 12px;
    padding: 25px;
    overflow: hidden;
    left: 20px;
    top: 112px;
    right: 20px;
    width: auto;
    bottom: 10px;
    overflow: hidden;
    overflow-y: auto;
}
.q h3 {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
}
.quiz-container h2 {
    margin: 0;
}
h2 {
    font-size: 20px;
}
.quiz-container .actions button, .result-container .actions button {
    margin-bottom: 20px;
}
.choice {
    font-size: 13px;
}
.circle {
    font-size: 2em;
}
body {
    height: calc(100vh - 25px);
}
    .quiz-start {
    margin: 10px auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 25px;
    width: calc(100% - 5px);
}
    .quiz-start button {
    margin: 0 0 20px;
}
    .copyright {
    text-align: center;
    line-height: 1.4;
    display: none;
}
.quiz-start {
    overflow: hidden;
}
h1 {
    margin: 10px 0 15px;
    font-size: 22px;
}
    .copyright a {
    float: none;
    color: #fff;
}
.footer {
    float: left;
    width: 100%;
    position: static;
    margin: 0px 0 20px;
}
    .actions {
        display: block;
    }
}