
.thumbbox {
    min-width: 150px;
    border: 10px solid white;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.thumbbox-content {
    display: inline-flex;
    transition: 0.5s;
}

.line-size {
    width: auto;
    height: auto;
}

@media only screen and (min-width: 410px) and (max-width: 450px) {
    .line-size {
        max-width: 58%;
    }
}

@media only screen and (max-width: 320px) {
    .line-size {
        max-width: 82%;
    }
}

@media only screen and (max-width: 1920px) {
    .thumbbox {
        min-width: 650px;
    }
}

@media only screen and (max-width: 400px) {
    .line-size {
        width: 95%;
    }
}

.thumbbox-tag {
    position: relative;
    width: 100%;
    padding: 0px 5px 0px 5px;
    background: rgba(255, 255, 255, .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.thumbbox-tag img {
    /* max-width: 100%; */
    max-width: 20%;
}

#panelImage img {
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#panelImage img.opaque {
    -webkit-transition: opacity 1.3s ease-in-out;
    -moz-transition: opacity 1.3s ease-in-out;
    -o-transition: opacity 1.3s ease-in-out;
    transition: opacity 1.3s ease-in-out;
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    /* width: 100%; */
    /* box-shadow: 5px 5px 5px #aaa; */
}

.picture-selected {
    margin:3px;
    background-color: white;
    padding: 4px;
    text-align: center;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    display: inline-block;
}

.picture-size {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 361px) {
    .picture-size {
        width: 95%;
        height: auto;
    }
}

@media only screen and (min-width: 410px) and (max-width: 450px) {
    .picture-size {
        width: 63%;
        height: auto;
    }
}

.image-size {
    width: 100%;
}

@media only screen and (max-width: 400px) {
    .image-size {
        width: 95%;
        max-height: auto;
    }
}

@media only screen and (max-width: 1920px)  and (min-width: 1020px) {
    .image-size {
        width: 50%;
        max-height: 500px;
    }
}

.middle {
    transition: .5s ease;
    opacity: 0;
    /* /float: left; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.thumbbox-tag:hover .middle {
    display: block;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
}

.text {
    color: #434141;
    font-weight: bolder;
    font-size: 20px;
    padding: 16px 32px;
}
.go-left {
    top: 0;
    margin-right: 00px;
}

.go-right {
    top: 0;
    margin-left: 00px;
}

.photobanner {
    height: 233px;
    width: 3550px;
    margin-bottom: 80px;
}

.photobanner img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.photobanner img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;

    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.line {
    content: "";
    display: inline-flex;
    clear: both;
    overflow: hidden;
    position: relative;
}

/* Six columns side by side */
.myColumn {
    float: left;
    width: 100px;
    height: auto;
    /* width: 16.66%; */
    /* padding: 0px 5px 0px 5px; */
    background: rgba(255, 255, 255, .1);
    transition: all .2s ease;
    /* margin: 0px 5px 0px 5px ; */
}

.myColumn img {
    vertical-align: middle;
    object-fit: contain;
    width: 100px;
    height: auto;
    padding: 5px;
    border-radius: 10px;
}

.myColumn:hover {
    opacity: 0.2;
}

.myColumn:hover .middle {
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    color: black;
    margin-left: 50%;
    margin-top: -50%;
}

.picture-no-images {
    width: 100%;
    text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
