.banner-preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99999;
}

.banner-preload .banner-preload-container {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100vw;
    margin: 0px auto;
    cursor: pointer;
}

.banner-preload-container>a {
    width: 300px;
    margin: calc(50vh - 125px) auto;
    display: block;
    height: 250px;
}


.banner-preload .banner-preload-container .banner-preload-close {
    position: absolute;
    top: calc(50vh - 125px);
    right: calc(50vw - 150px);
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    opacity: 0.8;
    cursor: pointer;
}

.banner-preload .banner-preload-container .banner-preload-close:hover {
    opacity: 1;
}

.banner-preload .banner-preload-container img {
    width: 100%;
    height: 100%;
}

.hidden {
    display: none !important;
}

.catfish-bottom {
    position: fixed;
    height: auto !important;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 0;
    z-index: 9999;
}

.banner-catfish-bottom {
    max-width: 300px;
    box-shadow: 0 0 5px #fff;
    margin-bottom: 5px !important;
    margin: auto;
}

.catfish-bottom-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    padding: 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: 0.8;
    cursor: pointer;
}

.catfish-bottom-close:hover {
    opacity: 1;
}

.catfish-top {
    height: auto !important;
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.banner-catfish-top {
    max-width: 300px;
    margin-top: 5px !important;
    box-shadow: 0 0 5px #fff;
    margin: auto;
}

.catfish-top-close {
    display: inline-block;
    position: absolute;
    top: auto !important;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: 0.8;
    cursor: pointer;
}

.catfish-top-close:hover {
    opacity: 1;
}

@media only screen and (min-device-width: 599.8px) {
    .banner-preload {
        display: none;
    }

    .catfish-bottom {
        display: none;
    }
}