.gifdog_overlay {
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    text-align: center;
    font: bold 3em Verdana,sans-serif;
    display: block;
    z-index: 999;
}
.gifdog_overlay div {
    position: relative;
    top: 25%;
}
.gifdog_loading img { background-color: transparent!important; border: none!important; }

.gifdog_container { position: relative; max-width: 96%; display: block!important; }
