.press-wrapper {
  text-align: center;
}
.press-wrapper .press-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 1.5rem;
}
.press-wrapper .press-item {
  border-radius: .25rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(0,0,0,.1);
  max-width: 340px;
  min-height: 200px;
  cursor: pointer;
  box-shadow: rgb(194 194 194) 1px 2px 1px 0px;
  width: 100%;
}
.press-wrapper .video_item {
  height: 200px;
}
.press-wrapper .press-image {
  margin-bottom: 1rem;
  padding-top: .5rem;
  width: 100%;
  height: 50px;
}
.press-wrapper img.press-img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.press-wrapper .press-title {
  min-height: 50px;
}
.press-wrapper img.play__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 5%;
  left: 25%;
}
.press-wrapper .press_link {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}









































