
.my-gallery-page{
    margin:  0px auto 0px auto;
    width: 100%;
    min-width: 100%;
    text-align: center;
}

.my-gallery-images{
    margin:  0px auto 0px auto;
    width: fit-content;
    min-width: fit-content;
    text-align: center;
}

.my-gallery-image-container{
    position: relative;
    display: inline-table;
    cursor: pointer;
    background-image: url('../images/loader.gif');
    background-position: center center;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    margin: .5vh .5vw;
    padding: .5vh .5vw;
}

.my-gallery-image-container.thumbnail{
    width: fit-content;
    height: fit-content;
    min-width: 184px;
    min-height: 184px;
}

.my-gallery-image-container.medium{
    width: fit-content;
    height: fit-content;
    min-width: 334px;
    min-height: 334px;
}

.my-gallery-image-container.large{
    width: fit-content;
    height: fit-content;
    min-width: 1058px;
    min-height: 1058px;
}

.my-gallery-image-container.full{
    width:  100%;
    height:  auto;
    min-width: 184px;
    min-height: 184px;
}

.my-gallery-nav{
    clear: both;
    display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.my-gallery-search-button{
    padding: 0.2em 0.5em !important;
    cursor: pointer;
}

.my-gallery-image-link{}

.my-gallery-image{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    vertical-align: middle;
    position: relative;
}

.my-gallery-image-product-number{
    position:  absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: lime;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
}

.my-gallery-image-product-number a{
    color: yellow;
}

.my-gallery-page{
    clear: both;
}

.hidden{
    display: none;
}

.my-gallery-signature{
    margin-bottom: 1vh;
}

/* ADMIN */

.my-gallery-wrap {
  display: flex;  
}

.my-gallery-left {
  width: 40%;
  padding-right: 20px; 
}

.my-gallery-right {
    width: 60%;
    margin: 0vh 2vw;
    padding: 0vh 2vw;
}

#mygalleryslideshow1{
    background-image: url('../images/loader.gif');
    background-position: center center;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    max-height: 600px;
    height: 100vh;
}

@media only screen and (max-width: 600px) {
  #mygalleryslideshow1{
    height: 50vh;
}
}

.my-gallery-slideshow-control-image{
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    vertical-align: middle;
    position: relative; 
}

.mygallery-active-slide-control{
    /*border: 1px solid lime !important;*/
    background-color: #E7E7E7;
}

.mygalleryslideshow1-controls-container{
    margin: 0 0 1vh 0;
}