.iframe {
    width: 100%;
    float: left;
    height: 75%;
    border: none;
    overflow-y: 
}

.half-iframe {
    width: 45%;
    float: left;
    height: 75%;
    border: none;
}

.widgets {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 800px) {
.iframe {
    height: 75%;
    width: 80%;
    float: left;
}

.half-iframe {
    height: 75%;
    width: 40%;
    float: left;
}

.widgets {
    height: 75%;
    width: 18%;
    float: left;
    display: flex;
    flex-direction: column;
}
}

.twitter {
    width: 180px;
    margin: auto;
    position: relative;
    height: 300px;
}

.countdown {
    text-align: center;
    padding: 3px;
    width: 100%;
    height: 100px;
    margin: auto;
}

.days {
    font-size: 1.2em;
    font-weight: 700;
}

.daysDesc {
}

.inner {
    position: relative;
    height: 60px;
    margin: 5px;
    font-size: 70%;
    width: 65%;
    display: inline-block;
    padding: 5px;
}

.inline-div {
    width: 30%;
    float: left;
    position: relative;
    display: inline-block;
}

