.xybannerpush {
    margin-bottom: 45px;
}
.xybannerpush > div {
    margin-bottom: 40px;
}
.xybannerpush img {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);
}
.bannerpush-title {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 15px 64px 15px 15px;
    color: #FFF;
    background-color: rgba(0.3, 0.1, 0.4, 0.7);
    font-size: 24px;
    line-height: 1;
    font-family: Roboto, 'Open Sans', sans-serif;
    white-space: nowrap;
}
.bannerpush-title::after {
    content: "\e315";
    font-family: 'Material Icons';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    line-height: 1;
    text-align: center;
    font-size: 32px;
    position: absolute;
}
.bannerpush-title::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 100%;
    background: #1f5c9d;
    top: 0;
    right: 0;
}
/*** Responsive ***/
@media (max-width: 767px) {
    .bannerpush-title {
        font-size: 16px;
        padding: 20px;
        left: 0;
        right: 0;
    }
    .bannerpush-title::before,
    .bannerpush-title::after {
        display: none;
    }
    .xybannerpush > div a img {
        box-shadow: none;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .img-container {
        position: relative;
        display: block;
        height: 217px;
        overflow: hidden;
    }
}
@media (max-width: 575px) {
    .xybannerpush > div a {
        display: block;
    }
    .xybannerpush > div a img {
        position: relative;
        -webkit-transform: none;
        transform: none;
        height: 100%;
        left: 0;
        object-fit: cover;
    }
}
/*** ***/
