.lsw_logo_container a.lsw_logo_link img {
  box-shadow: none;
  width: 100%;
}


.box-content {
  bottom: 0;
  padding: 0;
  position: absolute;
  transform: translateY(100%);
  transition: all 0.3s ease 0s;
  width: 94%;
}
.lsw_container:hover .box-content {
  transform: translateY(-6px);
}
.box-content .title {
  color: #000;
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
}
.box-content .read{
    float: right;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #1dcfd1;
}
.box-content .read:hover{
    text-decoration: none;
}