.theme-banner{
    text-align:center;
    overflow:hidden;
}

.theme-banner a{
    display:block;
    max-width:100%;
}

.theme-banner img{
    display:block;
    max-width:100%;
    height:auto;
}

@media (max-width:768px){

    .theme-banner{
        margin:15px 0;
    }

}

.theme-banner a.clickable,
.theme-banner a.clickable:hover,
.theme-banner a.clickable:active,
.theme-banner a.clickable:focus{
    transform:none !important;
    top:auto !important;
    position:static !important;
}