.banner-preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

.banner-preload .banner-preload-container {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px #fff;
    position: absolute;
    width: 100vw;
    margin: 0px auto;
    cursor: pointer;
}

.banner-preload-container>a {
    max-width: 600px;
    height: auto;
    margin: calc(50vh - 200px) auto;
    display: block;
}


.banner-preload .banner-preload-container .banner-preload-close {
    position: absolute;
    top: calc(50vh - 200px);
    right: calc(50vw - 300px);
    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;
}

.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;
    width: 100% !important;
    text-align: center;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.banner-catfish-bottom {
    display: inline-flex;
    max-width: 50%;
    margin: auto;
    box-shadow: 0 0 5px #fff;
}

.catfish-bottom-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    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-bottom-close:hover {
    opacity: 1;
}

.catfish-top {
    position: fixed;
    height: auto!important;
    width: 100%!important;
    text-align: center;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 999;
}

.banner-catfish-top {
    display: inline-flex;
    max-width: 50%;
    margin: auto;
    box-shadow: 0 0 5px #fff;
}

.catfish-top-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: .8;
    cursor: pointer;
}

.catfish-top-close:hover {
    opacity: 1;
}

@media only screen and (max-device-width: 700px) {
    .banner-preload {
        display: none !important;
    }

    .catfish-bottom {
        display: none !important;
    }

    .catfish-top {
        display: none !important;
    }
}