/* Highlight */

.retrato-highlight{
    width: 100%;
    height:100%;
    pointer-events: visible;
    background:#000;
    overflow: hidden;
    left: 0px;
    top: 0px;
    position:fixed;
    display:none;
    z-index:10;
}

.retrato-highlight .large-photo{
    display: block;
    margin: 0 auto;
    position:absolute;
}

.retrato-highlight .large-photo:before{
    content: '';
    z-index: 13;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.9);
    transition: all .5s ease-out;
}

.retrato-highlight .large-photo.visible:before{
    background: none;
}

.retrato-highlight .low-res, .retrato-highlight .high-res {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
}

.retrato-highlight .low-res{
    z-index: 11;
    box-shadow: 1px 0 0 0 rgba(255,255,255,0.1) inset,0 0 1px rgba(0,0,0,0.5),0 0 8px rgba(0,0,0,0.5);
}

.retrato-highlight .high-res{
    z-index: 12;
}

.blur-container{
    position: relative;
    width:100%;
    height:100%;
}

.blur{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
}

.photo-frame{
    position:absolute;
    width: 100%;
    height: 100%;
}

.btn-prev, .btn-next {
    position: absolute;
    z-index: 20;
    height: 100px;
    background: #000;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 15pt;
    opacity: 0.7;
}

.btn-prev {
    top: 0;
    left: 0;
}

.btn-next {
    top: 0;
    right: 0;
}
