body {
    background-color: black;
}

.fullwidth {
    width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

img.nft-image-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 467px;
    height: 467px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    opacity: 1.0;
}

img.logo-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1.0;
    max-width: 100px;
    width: 70%;
}

.text-center {
    text-align: center;
}

.white {
    color: white;
}

.above {
    top: -100%;
    opacity: 1.0;
}

div.flex-image {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

div.overlay-container {
    position: relative;
}

div.overlay-background {
    position: relative;
    z-index: 1;
}


div.image-list {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

div.image-item {
    width: 25%;
}

div.nft-image {
    margin: 4px;
}

div.logo {
    margin: 20px;
}

div.show-border {
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

div.nft-large {
    opacity: 1.0;
    background-color: #0000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

div.nft-center {
    padding: 50px;
}

@media screen {
    div.overlay-item {
        position: absolute;
        z-index: 9;
        bottom: 0;
    }

    div.nft-image-item {
        width: 25%;
        margin: 4px;
    }

    div.nft-image-list {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
    }

}


@media screen and (max-width: 992px) {
    div.overlay-item {
        position: absolute;
        z-index: 9;
    }

    div.nft-image-item {
        width: 400px;
        margin: 4px;
    }

    div.nft-image-list {
        width: 100%;
    }

}