﻿.celeb-main {
    padding: 25px 0px;
    text-align: center;
}

.celeb-product-image img {
    width: 70%;
}

.celeb-heading {
    background-image: url(../../Media/Explore/explore-bg-final2.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    margin: 20px 0px;
    background-size: 51px;
}

    .celeb-heading h1 {
        text-transform: uppercase;
        font-size: 30pt;
        background: #fff;
        margin: auto;
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 0px 18px;
    }

        .celeb-heading h1::before {
            left: -60px;
        }

        .celeb-heading h1::after {
            right: -69px;
        }

        .celeb-heading h1::before, .celeb-heading h1::after {
            background-image: url(../../Media/Explore/explore-bg-line.png);
            content: "";
            position: absolute;
            width: 78px;
            top: -5px;
            height: 56px;
            background-repeat: no-repeat;
            background-color: #fff;
            z-index: 111;
        }
.celeb-main .celeb-product-name span {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 45px;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 450px) {
    .celeb-heading, .celeb-heading h1::before, .celeb-heading h1::after {
        background: none !important;
    }
    .celeb-image {
        padding: 0px 15px;
    }
    .celeb-main .col-xs-6 {
        width: 47%;
    }
}