#instagram {
    position:fixed;
    z-index:40;
    top:220px;
    right:-195px;
}
#instagram .iframeBox {
    background-color: #FFFFFF;
    float:left;
}
#instagram .hand {
    background:url('./image/instagram-logo.png') no-repeat #FFFFFF center center;
    border:1px solid #ddd;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display:block;
    float:left;
    width:45px;
    height:139px;
}
#instagram iframe {
    border:none;
    overflow:hidden;
}
@media only screen and (max-width: 767px) {
    #instagram {
        top: 115px;
    }
    #instagram .hand {
        height:45px;
        background-position:0px -91px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}