﻿.lightbox .lb-image {
    border-radius: inherit;
    width: 100% !important;
    height: 100% !important;
    border: 50px solid #fff;
}

.lb-outerContainer {
    width: 1000px !important;
    height: 700px !important;
}

.lb-data .lb-close {
    background: url(../image/appinfo-close.png) top right no-repeat;
    width: 40px;
    height: 40px;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    background: url(../image/appinfo-right.png) right 48% no-repeat;
    opacity: 1;
    background-size: 55px 55px;
}

.lb-nav a.lb-prev {
    transform: rotate(180deg);
    margin-left: -70px;
}

.lb-nav a.lb-next {
    margin-right: -70px;
}

    .lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover {
        background-image: url(../image/appinfo-righta.png);
    }

.lb-dataContainer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.lightbox {
    margin-top: 60px;
}

@media (max-width: 1259px) {
    .lb-outerContainer {
        width: 800px !important;
        height: 560px !important;
    }
}

@media (max-width: 991px) {
    .lb-nav a.lb-next {
        margin-right: 0;
    }

    .lb-nav a.lb-prev {
        margin-left: 0;
    }

    .lb-nav a.lb-prev, .lb-nav a.lb-next {
        background-size: 45px 45px;
    }

    .lb-outerContainer {
        width: 700px !important;
        height: 490px !important;
    }
}

@media (max-width: 767px) {
    .lb-outerContainer {
        width: 500px !important;
        height: 350px !important;
    }

    .lightbox .lb-image {
        border-width: 40px;
    }

    .lb-nav a.lb-next {
        margin-right: -10px;
    }

    .lb-nav a.lb-prev {
        margin-left: -10px;
    }

    .lightbox, .lightboxOverlay {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .lb-outerContainer {
        width: 300px !important;
        height: 210px !important;
    }

    .lightbox .lb-image {
        border-width: 15px;
    }

    .lb-nav a.lb-prev, .lb-nav a.lb-next {
        background-size: 30px 30px;
    }

    .lb-data .lb-close {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
}
