@media screen and (min-width:700px) {
    .full_img_c img {
        margin-left: -1%;
        margin-top: -1%;
        width: 99vw;
    }
}
@media screen and (max-width:700px) {
    .full_img_c img {
        margin-left: -3%;
        margin-top: -2%;
        width: 96vw;
    }
}
h3 {
    text-align: left;
    font-size:1.3rem;
    font-weight: bold;
    color:#BBB;
}
.portfolio_img_c {
    font-size: 2.1em;
    min-height:90vh;
    margin-top:20px;
}
.portfolio_img_c img {
    width:200px;
    margin:10px 15px;
    cursor:pointer;
}
.portfolio_bottom_c{
    height:10vh;
}

.unit_img_c {
    max-height:95vh;
}
.unit_img_c img {
    width:100%;
    max-height:95vh;
}

.ui-dialog-titlebar {
    display:none;
}
/*
.ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {
    background:rgba(68,74,84, 0) !important;
    border:none !important;
}
*/
.ui-widget-content {
    background:rgba(68,74,84, 0);
}
.ui-dialog {
    border:none !important;
}
.ui-front {
    background-color: rgba(72, 74, 84, 0);
}
#unit_img_dailog_id {
    font-size: 1.2em;
    color:#F69;
    cursor: zoom-out;
}
#front_img_dailog_id {
    position: absolute !important;
    top:0;
    left:0;
    width:100vh;
}