/* 2023/4/20 */

.section-taptic-engine .image-vibes-text {
    background-size: 192px 54px;
    background-repeat: no-repeat;
    background-image: url(/environment/images/overview/card08_text_vibes__bvd2n5fgmbde_large.png);
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 192px;
    --p-height: 54px;
    position: relative;
    margin:.2em auto 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .section-taptic-engine .image-vibes-text {
        background-image:url(/environment/images/overview/card08_text_vibes__bvd2n5fgmbde_large_2x.png);
    }
}



@media only screen and (max-width: 1068px) {
    .section-taptic-engine .image-vibes-text {
        background-size: 143px 40px;
        background-repeat: no-repeat;
        background-image:url(/environment/images/overview/card08_text_vibes__bvd2n5fgmbde_medium.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-taptic-engine .image-vibes-text {
        background-image:url(/environment/images/overview/card08_text_vibes__bvd2n5fgmbde_medium_2x.png);
    }
}



@media only screen and (max-width: 734px) {
    .section-taptic-engine .image-vibes-text {
        background-size: 138px 39px;
        background-repeat: no-repeat;
        background-image:url(/environment/images/overview/card08_text_vibes__bvd2n5fgmbde_small.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-taptic-engine .image-vibes-text {
        background-image:url(/environment/images/overview/card08_text_vibes__bvd2n5fgmbde_small_2x.png);
    }
}