/* Lakeside Plumbing Tools Background */
.lakeside-plumbing-tools-section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    line-height: 0;
    background: #064d93;
}

.lakeside-plumbing-tools-image {
    width: 100%;
    aspect-ratio: 2048 / 768;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.lakeside-plumbing-tools-actions {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.lakeside-plumbing-tools-actions a {
    position: absolute;
    display: block;
    pointer-events: auto;
    top: 0;
    height: 34%;
    width: 17%;
}

.lakeside-plumbing-tools-actions a:first-child {
    left: 41%;
}

.lakeside-plumbing-tools-actions a:last-child {
    left: 69%;
}

@media (max-width: 900px) {
    .lakeside-plumbing-tools-image {
        aspect-ratio: 2048 / 768;
    }
}

@media (max-width: 650px) {
    .lakeside-plumbing-tools-section {
        overflow-x: hidden;
    }

    .lakeside-plumbing-tools-image {
        aspect-ratio: 2048 / 768;
        background-size: cover;
        background-position: center center;
    }

    .lakeside-plumbing-tools-actions a {
        width: 22%;
        height: 38%;
    }

    .lakeside-plumbing-tools-actions a:first-child {
        left: 39%;
    }

    .lakeside-plumbing-tools-actions a:last-child {
        left: 67%;
    }
}
