.mipui-widget-media-item-004 {
  margin-bottom: 10px;
}
.mipui-widget-media-item-004 .item-media {
  width: 100%;
  margin-right: 10px;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.mipui-widget-media-item-004 .item-media .item-link {
  transition: all .5s;
  position: relative;
  display: block;
  height: 200px;
}
.mipui-widget-media-item-004 .item-media .item-link .mip-layout-container {
  position: initial;
}
.mipui-widget-media-item-004 .item-media .item-link img {
  min-width: auto;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.mipui-widget-media-item-004 .item-media .item-link:before {
  background: 0 0;
  opacity: 0;
  animation: none;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.mipui-widget-media-item-004 .item-media .item-link:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  top: auto;
  height: 75%;
  transition: all .35s ease;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mipui-widget-media-item-004 .item-media:hover .item-link {
  display: block;
  transition: all .5s;
  transform: scale3d(1.1, 1.1, 1);
}
.mipui-widget-media-item-004 .item-media .item-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 0;
  max-height: 75%;
  overflow: hidden;
}
.mipui-widget-media-item-004 .item-media .item-content a {
  font-weight: 300;
  font-size: 20px;
  text-transform: none;
  text-align: inherit;
  color: #ffffff;
}
.mipui-widget-media-item-004 .item-media .item-content p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
