.homePage{
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    margin-left: 10px;
}
.homePage img.homePageImg{
    height: 100%;
}
.mHomePage{
    position: absolute;
    display: block;
    height: 40px;
    margin-bottom: 15px;
    top: -55px;
}
.mHomePage img.mHomePageImg{
    height: 100%;
}
.code a img.cHomePageImg{
    width: 55px;
    position: relative;
    right: -2px;
    margin-bottom: 18px;
}
@media screen and (max-width: 767px){
    .homePage{
        display: none;
    }
}