.yac-inner {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

    .yac-inner > div {
        flex: 0 0 100%;
    }

.yac {
    position: relative;
    overflow: hidden;
    width: 100%;
    top: 0;
}

.yac-indicators {
    position: absolute;
    padding: 0 0 0 30px;
    top: 325px;
    width: 100%;
    text-align: left;
    z-index: 1;
    left: 0 !important;
}

    .yac-indicators li {
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid #686867;
        border-radius: 0px;
        margin: 3px;
        cursor: pointer;
        padding: 0;
    }

        .yac-indicators li.active {
            background-color: #ce1141;
        }

        .yac-indicators li a {
            height: 6px;
            width: 6px;
        }
       /* .yac-indicators li:hover {
            background-color: #ce1141;
        }
*/
        .yac-indicators li:hover a, .yac-indicators li:focus-within a{
            background: inherit;
        }

.yac-inner div {
    flex: 0 0 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

.yac-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

    .yac-inner .active {
        z-index: 1;
    }

.product-info {
    background-color: #f3f3f3;
    padding: 0px;
}

.product-info-holder {
    padding: 30px 0 0 30px;
    padding-right: clamp(30px, calc(9.2vw - 66.7px), 110px) !important;
}

.product-info img {
    margin-bottom: 30px;
    object-fit: cover;
    width: 100%;
    height: 300px;
    max-height: 300px !important;
}

.product-info .product-title {
    font-size: 14px;
    color: #68676f;
    padding: 10px 0;
    font-weight: bold;
}

.product-info .product-desc {
    font-size: 14px;
    color: #69696b;
    padding: 7px 0;
    min-height: 175px !important;
    line-height: 1.4;
}

    .product-info .product-desc a {
        font-size: 14px;
        color: #ce1141;
        margin-top: 3px;
        position: relative;
        padding: 7px 0;
        font-weight: bold;
    }

    .product-info .product-desc :hover {
        color: #1b1b1b !important;
    }

    .product-info .product-desc a:after {
        display: inline-block;
        content: "";
        border: 1px red;
        background: url(https://www.weatherford.com/Content/images/icon-sprites-fallback.png);
        background-image: linear-gradient(transparent, transparent), url(https://www.weatherford.com/Content/images/icon-sprites-vector.svg);
        background-size: 58em 28em;
        background-position: -50em -16em;
        width: 0.375em;
        height: 0.5em;
        font-size: 16px;
        margin-left: -10px;
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    .product-info .product-desc a:hover:after {
        background: url(/content/images/icon-sprites-fallback.png);
        background-image: linear-gradient(transparent, transparent), url(/content/images/icon-sprites-vector.svg);
        background-size: 58em 28em;
        background-position: -48em -16em;
    }

button.yac-prev {
    z-index: 1;
    background-image: url(../images/back.svg);
    background-size: 33px;
    width: 33px;
    height: 32px;
    position: absolute;
    top: 48.5%;
    transform: translateY(-50%);
    left: 10px;
    border: none;
    background-color: #ffffffbf;
}

button.yac-next {
    z-index: 1;
    background-image: url(../images/next.svg);
    background-size: 33px;
    width: 33px;
    height: 32px;
    position: absolute;
    top: 48.5%;
    transform: translateY(-50%);
    right: 10px;
    border: none;
    background-color: #ffffffbf;
}

.aboutUsYac {
    width: 50% !important;
    top: 0px !important;
}
