.tagCloud {
    position:relative;
    display: block;
    width: 400px;
    height: 400px;
    margin: 20px auto 0;
}
.tagCloud a {
    position:absolute;
    top:0px;
    left:0px;
    text-decoration:none;
    padding: 3px 6px;
    color: #2ca6cb;
}
.tagCloud a:hover{
    color: orchid;
}

@media screen and (max-width: 768px){
    .tagCloud {
        display: none;
    }
}