#enlarge {
    border: 1px solid #000;
    width:100px;
    height:auto;
    position:static;
    -webkit-transition:0.5s ease-out;
    -moz-transition:0.5s ease-out;
    -ms-transition:0.5s ease-out;
    -o-transition:0.5s ease-out;
    transition:0.5s ease-out;
    padding: 2px;
}

#enlarge:hover {
    margin-left: 0;
    width: 600px;
    height: auto;
    border-color: #000;
    position:relative; z-index:500;
}

.comment {
    max-width: 200px;
    overflow: hidden;
    word-wrap: break-word;
}

.large {
    width: 75%;
}