.davo-container {
    background-color: #fff;
}
.animation {
    width: 601px;
    height: 440px;
    background: url("/?a=86505") no-repeat 0 0 transparent;
    margin: 15px auto;
    position: relative;
}
.animation img {
    display: none;
}
#buttons {
    text-align: center;
}
.playback {
    text-decoration: none;
    margin: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.animation .textbox {
    position: absolute;
    width: 30%;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-size: 11px;
    top: 800px;
    right: 800px;
    display: none;
}
.animation .textbox h3 {
    color: #000;
    font-weight: bold !important;
    font-size: 20px;
    margin-bottom: 6px;
}
.animation .textbox.davo-one {
    top: 85px;
    right: 50px;
    opacity: 1;
}
.animation .textbox.davo-two {
    top: 185px;
    right: 340px;
    opacity: 1;
}
.animation .textbox.davo-three {
    top: 260px;
    right: 380px;
    width: 20%;
    opacity: 1;
}
.animation .textbox.davo-four {
    top: 270px;
    right: 45px;
    opacity: 1;
}
@media only screen and (max-width : 768px) {
    .davo-container,
    .ani-transcript {
        display: none;
    }
}