@media(max-width: 480px) {
    #tryonBox {
        left: 0!important;
    }
}

#tryonBox {
    position: fixed !important;
    top: 10%;
    left: 30%;
    width: 325px;
    height: 450px;
    padding: 0px;
    border: 1px solid #fcfcfc;
    background-color: white;
    overflow: visible;
    display: none;
    z-index: 1000;
    box-shadow: 1px 1px 10px #d3d3d3;
}

#tryonBox #hide_tryon {
    display: block;
    position: absolute;
    top: -28px;
    right: -43px;
    background: transparent url(../images/popup-close.png);
    background-repeat: no-repeat;
    color: black;
    height: 30px;
    width: 35px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#black_overlay {
    display: none;
    position: fixed !important;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 997;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#tryon_webcam {
    max-width: none;
}

#overlayDiv {
    z-index: 1000!important;
}

#popupDiv {
    z-index: 1001!important
}
