/*** Add here all your css customizations ***/
.vikwallimage-content-noflex {
    display: flex;
}

.icon {
    background-color: #2CB3D0;
    border-radius: 50%;
    padding: 4%;
    fill: white;
    width: 25%;
    height: 25%;
}

.icon:hover {
    background-color: #4C4C4C;
    padding: 6%;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 33%;
  padding: 10px;
}

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

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

.allmode-columns .gt880 .allmode-wrapper {
    width: 33%;
}
.allmode-columns .allmode-wrapper {
    width: 100%;
}
	

