.card__row--display{
    .banner__prom_full{
        position: relative;
        width: 100%;

        .wrap_banner-text{
            position: absolute;
            height: 100%;
            display: flex;
            align-items: center;
            text-align: center;
            font-size: 12px;
            color: #ffffff;
            left: 10%;
            top: 0px;
            width: 150px;

            &.right__text{
                left: inherit !important;
                right: 5% !important;

                @media(max-width:480px){
                    right: 5% !important;
                }
            }

            p{
                line-height: 14px;
            }

            @media(max-width:480px){
                left: 5%;
            }
        }

        .special__word{
            text-shadow: 0 4px 4px #019df4;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
        }

        .blue__text_banner{
            font-size: 10px;
            color: #019df4;
        }

        @media(max-width:480px){
            width: 90%;
            margin: 0px auto;
        }
    }
}

.card__row--display img{
    max-width: 100%;
}