.showcase_module {
    aspect-ratio: 3 / 4;
    position: relative;
	overflow: hidden;
    border-radius: 8px;
	cursor: pointer;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	transition: 120ms all ease-in;
}

.showcase_module:hover {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.showcase_module .et_pb_blurb_content {
    padding: 30px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.7) 0%, transparent 30%, transparent 60%, rgba(20, 20, 20, 0.7) 100%);
}

.showcase_module .et_pb_blurb_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.showcase_module h4 {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 800;
}

.showcase_module .et_pb_blurb_description {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 18px;
}