/* Custom styles for Dot Com Product */

/* Fix: Make the "Transform Your Everyday Repairs for Good" image full width */
.expand_power .expand_power_img {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.expand_power .expand_power_img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover;
}

.expand_power .outlet_container {
    max-width: 100% !important;
    padding: 0 !important;
}

.expand_power .expand_power_inner {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
}
