.on-photo p {
    letter-spacing: 0;
    font-weight: 700
}
.on-photo a:before {
    content:"\e917";
    position: absolute;
    display: block;
    font-size: 35px;
    color: #ffffff;
    right: 0;
}
.on-photo a:after {
    content: "\2039";
    display: block;
    position: absolute;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}
.on-photo a {
    display: block;
}
.on-photo {
    position: absolute;
    top: 0;
    right: 0
}
.on-photo a {
    height: 35px;
    width: 48px;
    background-position: 0 -30px
}
.on-photo a:hover + div {
    display: block
}
.on-photo div {
    display: none;
    font-size: 11px;
    line-height: 1.5;
    position: absolute;
    padding: 15px;
    background: #000;
    background: rgba(0, 0, 0, .421);
    right: 100%;
    bottom: 0;
    color: #FFF;
    width: 270px;
    text-align: left;
    margin-right: 10px
}
.on-photo p {
    text-transform: uppercase
}
@media (max-width: 900px) {
    .on-photo {
        position: relative;
        display: none
    }
    .on-photo div {
        right: auto;
        left: 0;
        bottom: 45px;
        margin: 0;
        width: 100%;
        max-width: 320px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .821)
    }
}