html {
    background: url(alex-pavlov.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.transp {
    position:absolute;
    color: #101010;
    left:67%;
    max-width: 420px;
    margin-right: 2%;
    padding-left: 15pt;
    padding-right: 15pt;
    padding-top: 12pt;
    top:0;
    background: rgba(9,0,0,.3);
    height:auto;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.ig-b- {
    display: inline-block;
}

.ig-b- img {
    visibility: hidden;
}

.ig-b-:hover {
    background-position: 0 -60px;
}

.ig-b-:active {
    background-position: 0 -120px;
}

.ig-b-32 {
    width: 32px;
    height: 32px;
    background: url(//badges.instagram.com/static/images/ig-badge-sprite-32.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ig-b-32 {
        background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-32@2x.png);
        background-size: 60px 178px;
    }
}

