/*// materialboxed */

.boxed-wrapper {
    z-index: -999;
    display: none;
    width: 0px;
    height: 0px;
}

.boxed-wrapper.active {
    z-index: 9999999999 !important;
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    cursor: zoom-out;
}

.boxed-wrapper .boxed-background {
    z-index: 1;
    background-color: #2F2F2F;
    width: 100%;
    height: 100%;
}

.boxed-wrapper .boxed-image {
    position: fixed;
    z-index: 5;
    background-color: #2F2F2F;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}