.downloadlist {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .downloadlist {
    padding: 0 30px;
  }
}
.downloadlist table,
.downloadlist tr,
.downloadlist td {
  display: block;
}
.downloadlist tbody {
  display: table;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .downloadlist tbody {
    margin: -25px 0;
  }
}
.downloadlist .tr1 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.downloadlist .tr1:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .downloadlist .tr1 {
    float: left;
    width: 33.33%;
    padding: 25px;
    margin-bottom: 0;
  }
}
.downloadlist .trimg {
  box-shadow: 0px 0px 15px -10px #000000;
  overflow: hidden;
}
.downloadlist .trimg a {
  display: block;
  position: relative;
  padding: 5px;
  border: none;
}
.downloadlist .trimg img {
  object-fit: cover;
  object-position: 50% 50%;
}
.downloadlist .trtitle {
  display: block;
}
.downloadlist .title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4BD56;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 5;
}
@media screen and (min-width: 640px) {
  .downloadlist .title {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .downloadlist .title {
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}
.downloadlist .title:hover {
  opacity: 1;
}
.downloadlist .title a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1em;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
  padding: 25px;
  border: none;
}
.downloadlist .title span {
  display: none;
}
.downloadlist .tr2 {
  display: none;
}
