.lg-photographer-box {
    width: 284px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: black;
    will-change: transform;
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;

    font-family: 'Muli', sans-serif;
}

.lg-photographer-box .lg-photographer-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.lg-photographer-box .lg-photographer-header {
    background-color: #000;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
}

.lg-photographer-box .lg-photographer-body {
    width: 100% !important;
    margin-top: 40px !important;
    margin-bottom:40px !important;
    height: calc(100% - 80px) !important;

}


.lg-photographer-box .lg-photographer-close {
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-photographer-box .lg-photographer-close:hover {
    color: #fff;
}

.lg-photographer-box .lg-photographer-close:after {
    content: '\e070';
}

.lg-photographer-box iframe {
    max-width: 100% !important;
    width: 100% !important;
}



.lg-outer .lg-photographer-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-photographer-toggle.lg-icon {
    font-family: dashicons!important;
}


.lg-outer .lg-photographer-toggle.lg-icon:after {
    content: "\f484";
    font-family: dashicons!important;
}

.lg-outer.lg-photographer-active .lg-photographer-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-photographer-active .lg-photographer-toggle {
    color: #fff;
}

.lg-outer.lg-photographer-active .lg-photographer-box {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*********************************************************/
.lg-outer.lg-photographer-active .lg-inner {
    width:auto;
    right:284px;
}

.lg-photographer-active .lg-next {
    right:304px;
}
.lg-photographer-active .lg-components {
    right: 284px;
}


@media screen and (max-width: 800px) {
    .lg-outer.lg-photographer-active .lg-inner {
        width:auto!important;
        right:0px!important;
    }

    .lg-photographer-active .lg-next {
        right:20px!important;
    }
    .lg-photographer-active .lg-components {
        right: 0px!important;
    }

    .lg-photographer-box {
        right: -284px!important;
    }
}