div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 20%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 50%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* */
.column_1_blog {
  float: left;
  width: 20%;
  padding: 10px;
  
}

.column_2_blog {
  float: left;
  width: 40%;
  padding: 10px;
  
}

.column_3_blog {
  float: left;
  width: 40%;
  padding: 10px;
  
}

/* Create two equal columns that floats next to each other */
.column_1 {
  float: left;
  width: 20%;
  padding: 10px;
  
}

.column_2 {
  float: left;
  width: 80%;
  padding: 10px;
  
}

.column_3 {
  float: left;
  width: 100%;
  padding: 10px;
  
}

.column_1_review {
  float: left;
  width: 10%;
  padding: 10px;
  
}

.column_2_review {
  float: left;
  width: 90%;
  padding: 10px;
  
}

.column_video {
  float: left;
  width: 100%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column_1 {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column_2 {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column_3 {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column_1_review {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column_2_review {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column_video {
    width: 100%;
  }
}