@charset "utf-8";

html, body {
    margin: 0px;
    padding: 0px;
}

.gs-banner-long-tech-weekend-accessories {
    position: relative;
    max-width: 1300px;
    margin: 0 auto 20px auto;
}

.gs-banner-long-tech-weekend-accessories img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.gs-banner-long-tech-weekend-accessories img.gm-banner-img-mob {
    display: none;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk {
    position: absolute;
    left: 45%;
    top: 0%;
    width: 26.4%;
    height: 100%;
    font-size: 0px !important;
    opacity:1!important;
}
.gs-banner-long-tech-weekend-accessories .d-gs-lnk:hover {
    opacity: 1!important;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk::after {
    content: "";
    position: absolute;
    left: 50.8%;
    bottom: 0px;
    width: 77%;
    height: 21.6%;
    background: white;
    transform: translate(-50%, 0);
    border-radius: 12px;
    opacity: 0;
    mix-blend-mode: difference;
    transition: all 300ms;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk1 {
    top: 16%;
    left: 37%;
    width: 12.5%;
    height: 66%;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk1::after {
    left: 50%;
    width: 100%;
    height: 19%;
    bottom: 2px;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk2 {
    top: 22%;
    left: 56.6%;
    width: 15.8%;
    height: 59.8%;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk2::after {
    left: 49.5%;
    width: 99%;
    height: 21%;
    bottom: 1px;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk3 {
    top: 18.8%;
    left: 79.0%;
    width: 14.9%;
    height: 63%;
}

.gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk3::after {
    left: 49.9%;
    width: 100%;
    height: 20%;
    bottom: 1px;
}

@media screen and (min-width: 960px) {
    .gs-banner-long-tech-weekend-accessories .d-gs-lnk:hover::after {
        opacity: 1;
        mix-blend-mode: difference;
        transition: all 300ms;
    }
}

@media screen and (max-width: 1300px) {

    .gs-banner-long-tech-weekend-accessories {
        margin: 0 15px 20px 15px;
    }

}

@media screen and (max-width: 767px) {

    .gs-banner-long-tech-weekend-accessories {
        margin: 0 0px 20px 0px;
    }

    .gs-banner-long-tech-weekend-accessories img.gm-banner-img-mob {
        display: block;
    }

    .gs-banner-long-tech-weekend-accessories img.gm-banner-img-desk {
        display: none;
    }

    .gs-banner-long-tech-weekend-accessories .d-gs-lnk {
        left: 0%;
        top: 37%;
        width: 50%;
        height: 55vw;
    }

    .gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk1 {
        top: 37.2%;
        left: 29.1%;
        width: 44.5%;
        height: 26.2%;
    }

    .gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk2 {
        top: 70%;
        left: 8.6%;
        width: 36.7%;
        height: 24.2%;
    }

    .gs-banner-long-tech-weekend-accessories .d-gs-lnk.gs-lnk3 {
        top: 68.5%;
        left: 55%;
        width: 36.6%;
        height: 25.6%;
    }

    .gs-banner-long-tech-weekend-accessories .d-gs-lnk::after {
        display: none;
    }
}
