
.et_pb_mw_speed_tiles {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.et_pb_mw_speed_tiles  .img-wrap {
    overflow: hidden;
    position: relative; height: 140px; width: 100%;
    margin-bottom: 5px;
    }
.et_pb_mw_speed_tiles  .img-wrap img{
    min-width: 100%;
    position: absolute;
    right: 0; bottom: 0;
    }
.et_pb_mw_speed_tiles .tile-inner{
	margin: 10px;
}

.et_pb_mw_speed_tiles .thumb-overlay{
    position: relative;
    display: block !important;
    background: #00B2D9;
    color: #fff !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.et_pb_mw_speed_tiles .thumb-overlay{
    padding: 15px 18px;
    box-sizing: border-box;
}
.et_pb_mw_speed_tiles .thumb-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.et_pb_mw_speed_tiles .thumb-title span {
    font-size: 70%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

