.w3-content {
    position: relative;
    margin-top: 0;
    width: 50%;
    max-width: 680px;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled, .w3-btn:disabled, .w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *, :disabled * {
    pointer-events: none
}

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-content button {
    position: absolute;
    top: 32%;
}

.w3-content img {
    width: 100%;
    height: 100%;
}

.w3-display-right {
    right: 0
}

.w3-display-left {
    left: 0
}

#leftads {
    width: 160px;
    height: 600px;
    text-align: left;
    position: fixed;
    z-index: 1001;
    bottom: 5%;
    left: 1%;
}

#rightads {
    width: 160px;
    height: 600px;
    text-align: right;
    position: fixed;
    z-index: 1001;
    bottom: 5%;
    right: 1%;
}

#leftadclose {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.1em;
    padding-top: 3px;
    padding-right: 10px
}

#rightadclose {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.1em;
    padding-top: 3px;
    padding-left: 10px
}

.countdownads {
    display: block;
    margin: 0 auto;
    width: 884px;
    height: 112px;
    background-image: url('../images/countdownad/background.png');
    background-repeat: no-repeat;
    background-size: 884px 112px;
}

@media screen and (max-width: 992px) {
    #leftads {
        display: none !important;
    }

    #rightads {
        display: none !important;
    }

    .countdownads {
        display: none;
    !important;
    }
}