@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

span.email b {
    display: none;
}

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}

a {
    color: steelblue !important;
    text-decoration: none;
}

.upload-area {
    width: 60%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 2rem;
}

.forwardbackward_arrows {
    font-size: xx-large;

    color: steelblue;
}

.forwardbackward_active {
    font-size: xx-large;

    color: slategray;
}

.forwardbackward_numbers {
    font-size: xx-large;
    font-weight: 400;
    color: steelblue !important;
}



.who {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    font-size: large;
    font-weight: 400;
    display: flex;
    justify-content: center;

}

.centerDiv {
    margin: auto;
    font-weight: normal;
    font-family: sans-serif;
}

.email {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: #726555;
}


/* Thumbnail */
.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.showrow {
    width: 1920px;
    /*    height: 1280px;
      border: 2px solid lightgray;
    border-radius: 2px; */
    /* background-image: url('../images/logo/5_Panels_384x1280_white BG.png');*/


}

.showcol {
    width: 384px;
    /* height: 1280px; */
}

.showcolpart {
    width: 384px !important;
    height: 256px !important;
    border: 2px solid lightgray;
}

.showcolTextpart {
    width: 384px !important;
    overflow-wrap: break-word;
    border: 2px solid lightgray;
}

.showImgCol {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    margin-top: 10px;

    /* box-shadow: 0 3px 10px rgb(0 0 0 / 5.8); */
}

.showimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5.8);
}

.forwardbackward_active {
    font-weight: 700;
}

.toBottom {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.size {
    font-size: 12px;
}

/* spinner */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .1);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}


.lds-dual-ring {
    display: inline-block;
    padding-top: 60px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    margin: 5% auto;
    border-radius: 50%;
    border: 10px solid #746654;
    border-color: #746654 transparent #746654 transparent;
    animation: lds-dual-ring 1.2s linear infinite;

}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}