
.rl_template_image_list .image_list_item_title { 
    display: none;   
}
.rl_template_image_list.rl_class_show_img_desc .image_list_item_title {
    display: block;    
}

.rl_template_banner .rl_template_span:after {
    border: 1px solid white;
    background-color: black;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    top: 5%;
    transition: opacity 400ms;
}
.rl_template_banner .rl_banner_content {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    z-index: 10;
}
.rl_template_banner .rl_banner_content .rl_banner_desc { display: none }
.rl_template_banner .rl_banner_content > div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.rl_template_banner .rl_banner_content [data-name=title] {
    display: block;
    text-align: center;   
    margin: 0;
}
.rl_template_banner .rl_banner_content * {
    color: white;    
}
.rl_template_banner .rl_template_span:hover:after {
    opacity: 0.5;
}

@media(max-width: 1200px) {
    .rl_template.rl_level_0 > .rl_template_span {
        padding-left: 10px;
        padding-right: 10px;
    }    
}
