/*.columnlayout {
    float: left;
    width: 50%;
}*/

.columnlayout{@media (max-width:960px) {     
    .responsive {float:none;width:100%;} }


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}