﻿#mask {
    position: absolute;
    z-index: 10000001;
    background-color: rgba(0,0,0,.9);
    display: none;
}

#boxes .window {
    position: fixed;
    width: 800px;
    height: 573px;
    display: none;
    z-index: 10000002;
}

#boxes #dialog {
    max-width: 800px;
    width: 100%;
    height: 573px;
}

#boxes img {
    max-width: 100%;
    display: block;
    margin: auto;
}

#boxes .close img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 15px;
}

@media (max-width:640px) and (orientation: landscape) {
    #boxes .window {
        top: 0 !important;
    }

    #boxes img {
        max-width: 75%;
    }

    #boxes .close img {
        right: 10%;
    }
}

@media (max-width:360px) and (orientation: portrait) {
    #boxes .window {
        top: 25% !important;
    }

    #boxes img {
        max-width: 90%;
    }

    #boxes .close img {
        right: 3%;
        width: 16px;
        height: 16px;
    }
}

.portfolio-card ul {
    list-style: unset;
}

.st0 {
    fill: #d7d6d8;
}

.st1 {
    fill: #cc7c2b;
}
