/* slideShow popup start */
.popup.slideShow
{
    border: none;
    background: #222 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#slideShowDiv
{
    height: 100%;
    width: 100%;
    text-align: center;
}

#slideShowPopupContent
{
    /*width: 99%;
    height: 99%;
    margin-left: 0.5%;
    margin-top: 0.5%;*/
    width: 100%;
    height: 100%;
    color: #DDD;
}

#slideShowPopupText
{
    height: 100%;
    width: 100%;
    /*margin: 0 auto;
    border: 0.1rem solid #DDD;
    -webkit-border-radius: 0.25rem;*/
}

#slideShowButtonRow
{
    /*display: none;*/
    height: 8%;
}

#slideShowButtonRow .slideShowButton
{
    height: 90%;
    /*display: inline-block; */
    font-size: 2.5rem;
    border: 0.1rem solid #DDD;
}

#slideShowButtonRow img
{
    float: left;
    margin-left: 0.5rem;

    border-radius: 0.25rem;
    border: 0.1rem solid #000;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    height: 90%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

#slideShowButtonRow .slideShowButton
{
    min-width: 8rem;
}

#slideShowButtonRow .slideShowButton:nth-of-type(1)
{
    float: right;
}

#slideShowButtonRow .slideShowButton:nth-of-type(2)
{
    float: right;
    margin-right: 0.5rem;
}

.slideShowSlide
{
    height: 100%;
    width: 100%;
}

.slideShowSlide h1
{
    padding: 0;
    margin: 0;
    font-size: 2rem;
}

.slideShowSlide .flyerSlide
{
    height: 100%;
    width: 100%;
}

.slideShowSlide .details
{
    padding: 0.25rem;
}

.slideShowSlide .details .functionButton
{
    font-size: 3rem;
    position: relative;
    top: 50%;
}

.flyerSlide, .slideShowSlide>div.imgContainer
{
    height: 75%;
    width: 100%;
}

.flyerSlide video, .slideShowSlide>div.imgContainer video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only all and (orientation: landscape)
{
    .slideShowSlide .imgContainer, .slideShowSlide .details
    {
        float: left;
        height: calc(100% - 3rem) !important;
    }

    .slideShowSlide .imgContainer
    {
        width: 75% !important;
    }

    .slideShowSlide .details
    {
        width: 25% !important;
    }
}

.slideShowSlide img, .slideShowSlide .flyerSlide img
{
    height: auto;
    width: auto;
    max-height: 99%;
    max-width: 99%;
}

.slideShowSlide .flyerSlide img
{
    margin-top: -25%;
    transform: translateY(50%);
}

.slideShowSlide .desc
{
    font-size: 1.5rem;
    height: 8%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.slideShowSlide .price
{
    position: absolute;
    /*height: 4%;
    text-align: right;*/
    bottom: 5%;
    right: 5%;
}

#popupLogo
{
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

#popupLogo
{
    border-radius: 0.25rem;
    border: 0.1rem solid #000;
}

.imageGlow
{
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
    height: 100%;
    width: 100%;
}

#slideShowButtonRow .slideShowButton
{
    font-size: 3rem !important;
}

.flyerSlide, .slideShowSlide>div.imgContainer
{
    background-size: contain !important;
}