.product-featured-panel-outer-wrapper {
    width: 100%;
    background: #ffffff;
    padding: 10px 20px 0px 20px;
    text-align: center;
    overflow: hidden;
}

.product-featured-panel-outer-wrapper.watch-faces {
    background: #000000;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(174, 0, 255, 1) 100%);
    color: #ffffff;
}

.product-featured-panel-outer-wrapper.i-spy-text {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.19) 35%, rgba(255, 255, 255, 0) 100%);
}

.product-featured-panel-outer-wrapper.i-spy-text h2,
.product-featured-panel-outer-wrapper.i-spy-text p {
    background-color: rgba(255,255,255,0.0);
    background-image: linear-gradient(45deg, #6954DF, #6954DF, #AB4DE4, #AB4DE4);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    opacity: 1.0;
}

.product-featured-panel-outer-wrapper.in-sync {
    background: #7b00b0;
    background: linear-gradient(45deg, rgba(123, 0, 176, 1) 0%, rgba(91, 0, 143, 0.84) 35%, rgba(174, 0, 255, 1) 100%);
    color: #ffffff;
}

.product-featured-panel {
    max-width: 1000px;
    margin: auto;
}

.product-featured-panel-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    min-width: 750px;
    left: 50%;
    transform: translateX(-50%);
}

.product-featured-panel h2 {
    margin: 50px 0 10px 0px;
    font-weight: bold;
    opacity: 0.6;
    font-size: 3em;
}

.product-featured-panel p {
    margin: 5px 0 20px 0;
    font-weight: lighter;
    opacity: 0.9;
    font-size: 1.25em;
}

@media (max-width: 768px) {
    .product-featured-panel h2 {
        font-size: 2em;
    }

    .product-featured-panel p {
        font-size: 1.0em;
    }
}