@media only screen and (max-width: 767px) {
  .education#products section.sec01 .c-media {
    margin-bottom: 20px;
  }
}

.education#products .c-media[data-col="2"] > div {
  width: 756px;
}

@media only screen and (max-width: 767px) {
  .education#products .c-media[data-col="2"] > div {
    width: 100%;
  }
}

.education#products .c-media[data-col="2"] > div:nth-child(even) {
  width: 356px;
}

@media only screen and (max-width: 767px) {
  .education#products .c-media[data-col="2"] > div:nth-child(even) {
    width: 100%;
  }
}

.education#products .photo_list a {
  position: relative;
  width: 20%;
  float: left;
  border: solid 1px #FFF;
  border-left-width: 0;
  border-top-width: 0;
  overflow: hidden;
}

.education#products .photo_list a:nth-child(5n+1) {
  clear: both;
}

.education#products .photo_list a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
}

.education#products .photo_list a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.education#products .photo_list a .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.15s ease 0s;
  background-color: transparent;
}

.education#products .photo_list a .search_icon > img {
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.education#products .photo_list a .search_icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.education#products .photo_list a .search_icon:hover > img {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .education#products .photo_list a {
    width: 50%;
  }
  .education#products .photo_list a:nth-child(5n+1) {
    clear: none;
  }
  .education#products .photo_list a:nth-child(2n+1) {
    clear: both;
  }
}
