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

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

#tryonBox #hide_tryon {
    display: block;
    position: absolute;
    top: -21px;
    right: -1px;
    background: transparent url(../images/controls.png) no-repeat 0 0;
    background-position: -50px 0px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

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

#tryon_webcam {
    max-width: none;
}

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

#popupDiv {
    z-index: 1001!important
}
