.rl-banner {
    background-image: url(../../images/indie/showcase_banner.jpg);
    background-color: black;
    /* min-height: 400px; */
    overflow: hidden;
    position: relative;
    height: calc(12.152777777777777vw + 166.66666666666666px);
}

.rl-banner-mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
}

/* showcase */
/*--------------- showcase -------------- */
.rl-showcase-info {
    width: 93%;
    position: absolute;
    bottom: 28px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.rl-showcase-logo {
    width: 100%;
    position: absolute;
    bottom: 68px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.card-title {
    font-size: calc(0.125vw + 24.6px);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #fff;

    /*24-18*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.card-title1 {
    font-size: calc(0.125vw + 14.6px);
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #fff;

    /*24-18*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.card-desc {
    line-height: 1.3;
    color: #fff;
    font-size: calc(0.125vw + 13.6px);
    font-family: Roboto;
    font-weight: 300;
	margin-top: 15px;

    /*24-18*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    margin-bottom: 10px;
}

.rl-home-showcase {
    overflow: hidden;
}

.rl-home-showcase .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.6);
}

.rl-home-showcase:hover .mask {
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0);
}

.rl-home-showcase:hover .card-desc,
.rl-home-showcase:hover .card-title,
.rl-home-showcase:hover .card-title1 {
    opacity: 0;
    padding-top: 20px;
}

.rl-btn-action {
    margin: 10px calc(10px + 0.75vw);
    color: #fff;
    background-color: #82be0f;
    border: 2px solid #82be0f;
    border-radius: 0;
    outline: none;
    font-size: 1.125rem;
    font-weight: 400;
    min-width: 200px;
    line-height: 34px;
    cursor: pointer;
}

.rl-btn-action:hover {
    color: #82be0f;
    background-color: transparent;
}

@media screen and (max-width: 1400px) {
    .s-rl-column-3>div {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 800px) {
    .s-rl-column-3>div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .rl-banner {
        background-image: url(../../images/indie/showcase_banner_rwd.jpg);
        height: calc(44.642857142857146vw + 107.14285714285714px);
    }
}