#showcaseBackground {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#showcase{
    min-width: 1100px;
}

#mainPicture {
    margin: auto;
    display: block;
    width: 90%;
    height: auto;
    border: solid white 3px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mainPicBorder{

}

#album{
    /*background-color: darkblue;*/
    width: 15%;
    margin-left: 4%;
    overflow: hidden;
    position: relative;
}


#centerFrame{
    /*background-color: darkcyan;*/
    width: 62%;
    overflow: hidden;
    max-width: 1200px;
    max-height: 824px;
}

#infoBox{
    width: 15%;
}


.showcaseGeneral{
    margin-top: 2%;
    height:81.4%;
    float: left;
}

.sidePic{
    position: relative;
    left: -22px;
    max-width: 150%;
    height: auto;
    margin-bottom: 5px;
    text-align: center;
    margin: auto;
    display: block;
}

.sidePicFrame{
    opacity: 0.7;
    position: relative;
    width: 91.2px;
    height: 91.2px;
    overflow: hidden;
    float: right;
    margin-left: 50%;
    margin-bottom: 4px;
}

.closeShowcase {
    position: relative;
    top: -25px;
    color: #f1f1f1;
    font-size: 70px;
    font-weight: bold;
    transition: 0.3s;
    float: right;
}

.closeShowcase:hover,
.closeShowcase:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.selectedPic {
    box-sizing: border-box;
    border: solid white 2px;
    opacity: 1;
}

.sidePicFrame:hover{
    opacity: 1;
}

.rightArrow, .leftArrow{
    display: none;
}

@media (max-device-width: 766px) {

#album{
    display: none;
}

#showcase{
    min-width: 0px;
}
#centerFrame{
    width:100%;
}

.closeShowcase {
    margin-right: 2.08%;
}

.rightArrow{
    float:right;
    margin-right: 13%
}

.leftArrow{
    float:left;
    margin-left: 13%
}

.rightArrow, .leftArrow{
    color: #f1f1f1;
    font-size: 70px;
    font-weight: bold;
    transition: 0.3s;
    display: block;
}

}
