﻿img.item_images{
  display: flex;
  margin-left: auto;
  margin-right: auto;
    width: 100%;

}

}
.row_buttons{
padding: 0px 3%;	
}

a_buttons{

}
* {
  box-sizing: border-box;
}


/* Create 6 equal columns that floats next to each other */
.column_buttons {
  float: left;
  width: 20%;
  padding: 10px;
}

}
/* Clear floats after the columns */
.row_buttons:after {
  content: "";
  display: table;
  clear: both;
}

img.item_images-5{
  display: flex;
  margin-left: auto;
  margin-right: auto;
    width: 100%;

}

}
.row_buttons-5{
padding: 0px 3%;	
}

a_buttons{

}
* {
  box-sizing: border-box;
}


/* Create 6 equal columns that floats next to each other */
.column_buttons-5 {
  float: left;
  width: 20%;
  padding: 5px;
}

}
/* Clear floats after the columns */
.row_buttons-5:after {
  content: "";
  display: table;
  clear: both;
}


/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column_buttons {
    width: 50%;
  }
	.column_buttons-5 {
    width: 50%;
  }

}