<style>
@media (max-width: 480px)
{
.oldalso_kapcsolat
{
    display: none;
}   
}

.oldalso_kapcsolat_kocka
{   
    color: white;
    font-size: 1.5rem;
    position: fixed;       
    right: 0px;
    width: 100px;
    height: 100px;
    z-index: 1;    
    background-color: gray;       
    transition: all 0.1s;   
    opacity: 0.7;
}

.oldalso_kapcsolat .tavsegitseg
{
    top: 200px;
    background-color: #3eb252;
}
.oldalso_kapcsolat .bemutato
{
    top: 300px;
    background-color: red;
}
.oldalso_kapcsolat .elerhetoseg
{
    top: 400px;
    background-color: blue;
}

.oldalso_kapcsolat_kocka h2
{       
    display: none;
}

.oldalso_kapcsolat_kocka:hover
{
    width: 300px;
}

.oldalso_kapcsolat_kocka:hover h2
{
    font-weight: normal;
    color: white;
    display: block;
    float: right;
    margin-top: 30px;       
    font-size: 30px;
}

.oldalso_kapcsolat_kocka:hover img
{
    float: left;
    margin-left: 15px;
}

.oldalso_kapcsolat_kocka img
{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.oldalso_kapcsolat_kocka.small
{
    width: 50px;
    height: 50px;
}

.oldalso_kapcsolat_kocka.small img
{
    width: 20px;
    height: 20px;
}
</style>
