﻿
.fotorama {
    position: relative;
    width: 100%;
    height:calc(100vh - 50px);
    margin: 0 !important;
    overflow: hidden;
    background:#999;
}

    .fotorama div {
        text-align: center;
        display: block;
    }

    .fotorama .glass {
        text-align: center;
        display: block;
        max-width:900px;
        margin: 40vh auto auto auto;
        padding: 0;
        filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
    }

        .fotorama .glass b {
            font-family: 'Montserrat', sans-serif;
            display: block;
            color: #fff;
            font-size: 70px;
            font-weight:800 !important;
            line-height: 1;
            letter-spacing: 0;
            font-weight: normal;
        }

            .fotorama .glass b a {
                color: #fff;
            }

        .fotorama .glass p {
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-size: 35px;
            letter-spacing: 1px;
            line-height: 1.5;
            font-weight: 600 !important;
        }


.fotorama__nav--dots {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 25vh;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

    .fotorama__nav--dots .fotorama__nav__frame {
        width: 18px;
        height: 30px;
        display: inline-block;
        position: relative;
    }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #fff;
}

.fotorama__dot {
    width: 8px;
    height: 8px;
    border-color: #fff;
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {

    .fotorama .glass b {
        font-size: 40px;
    }

    .fotorama .glass p {
        font-size: 18px;
    }
}




@media (max-aspect-ratio: 1/1) {
    .fotorama {
        height: 75vh !important;
        width: 120vw !important;
        margin: 0 -10vw 0 -10vw !important;

    }

        .fotorama .glass {
            width: 80%;
            margin: 35vh auto 0 auto;
        }
}


@media (max-aspect-ratio: 3/4) {
    .fotorama {
        height: 66vh !important;
        width: 130vw !important;
        margin: 0 -15vw 0 -15vw !important;
    }


        .fotorama .glass {
            width: 70%;
            margin: 25vh auto 0 auto;
        }
}


@media (max-aspect-ratio: 2/3) {
    .fotorama {
        height: 50vh !important;
        width: 174vw !important;
        margin: 50px -37vw 0 -37vw !important;
    }

        .fotorama .glass {
            width: 60%;
            margin: 15vh auto 0 auto;
        }
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 760px) {

    .fotorama .glass b {
        font-size: 32px;
    }

    .fotorama .glass p {
        font-size: 16px;
    }

    .fotorama__nav--dots {
        bottom: 26vh;
    }
}

@media (max-width: 540px) {

    .fotorama .glass b {
        font-size: 28px;
    }

    .fotorama .glass p {
        font-size: 14px;
    }

    .fotorama__nav--dots {
        bottom: 26vh;
    }
}
