#mobile-app-links {
	bottom: 8px;
    left: 8px;
    position: fixed;
}

.mobile-app-link {
	background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9000px;
    margin-right: 5px;
    width:135px;
    height:40px;
}

.mobile-app-link-android {
	background-image: url("../images/mobile/google_play.png")
}
.mobile-app-link-ios {
	background-image: url("../images/mobile/ios_store.png")
}