@media (max-width: 1530px) {
    .product-display-img-wrapper img {
        width: 600px;
    }
}

@media (max-width: 1320px) {
    .product-display-img-wrapper img {
        width: 500px;
    }
}

@media (max-width: 1225px) {
    .product-display-img-wrapper img {
        width: 700px;
    }

    .product-display-img-content-wrapper {
        flex-direction: column;
        position: relative;
    }

    
    .product-display-img-content-wrapper h3 {
        max-width: none;
    }

    .product-display-img-content-header-wrapper.top {
        padding-top: 10px;
        order: 1;
    }
    .product-display-img-content-header-wrapper.bottom {
        padding-top: 10px;
        order: 2;
        padding-bottom: 10px;
    }
    .product-display-img-wrapper {
        order: 3;
    }

    


}

@media (max-width: 1012px) {
    .tool-bento-box-row.bottom {
        flex-direction: column;
    }

    .tool-bento-item.mid {
        width: 100%;
    }
    .tool-internal-link-display-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #internal-link-canvas {
        width: 70%;
    }
}

@media (max-width: 1000px) {
    .product-display, .hero, .tools-display, .end-cta, .content-gen-part {
        padding: 2rem 15px;
    }
}

@media (max-width: 800px) {
    .hero-boost-areas {
        flex-direction: column;
        gap: 1rem;
    }

}

@media (max-width: 780px) {
    .tool-bento-box-row.top {
        flex-direction: column;
    }

    .tool-bento-item.large, .tool-bento-item.small {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 740px) {
    .video-mask {
        width: 100%;
        height: 100%;
    } 

    .product-display-img-wrapper img {
        width: 500px;
    }

}

@media (max-width: 700px) {
    .hero-cta {
        flex-direction: column;
    }
    .end-cta-box {
        gap: 1rem;
    }
    
}


@media (max-width: 600px) {
    .end-cta-box {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .arrow-img {
        display: none;
    }

    .end-cta-buttons {
        justify-content: center;
    }

    .end-cta-box-text {
        text-align: center;
    }

    #internal-link-canvas {
        width: 100%;
    }
}


@media (max-width: 500px) {
    .tool-bento-content {
        flex-direction: column;
    }

    .tool-bento-box-display, .tool-bento-box-display-go {
        width: 100%;
        height: 150px;
    }

    .free-trial-cta-input {
        width: 100%;
    }

    #internal-link-canvas {
        height: 190px;
    }

}

@media (max-width: 444px) {
    .hero-boost-areas span {
        gap: 0rem;
    }
}

@media (max-width: 425px) {
    .product-display-img-wrapper img {
        width: 400px;
    }
}

@media (max-width: 400px) {
    .product-display-img-content-wrapper h3 {
        font-size: 19px;
        text-wrap: wrap;
    }
}

@media (max-width: 375px) {
    .product-display-img-wrapper img {
        width: 300px;
    }
    .page-revive-img-2, .page-revive-img-1 {
        width: 170px;
    }
}


@media (max-width: 335px) {
    #internal-link-canvas {
        height: 150px;
    }
     .page-revive-img-2, .page-revive-img-1 {
        width: 150px;
    }
    
}