@charset "utf-8";

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

.gs-banner-bf-accessories-sound {
    position: relative;
    max-width: 1300px;
    margin: 0 auto 20px auto;
}

.gs-banner-bf-accessories-sound img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.gs-banner-bf-accessories-sound img.gm-banner-img-mob {
    display: none;
}

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

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

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk1 {
    top: 18%;
    left: 30.2%;
    width: 12.5%;
    height: 64%;
}

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk1::after {
    left: 50%;
    width: 98%;
    height: 20%;
    bottom: 0px;
}

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk2 {
    top: 15%;
    left: 46.6%;
    width: 13.5%;
    height: 67.2%;
}

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk2::after {
    left: 50%;
    width: 90%;
    height: 19%;
    bottom: 0px;
}

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk3 {
    top: 8%;
    left: 63.8%;
    width: 12.8%;
    height: 74.2%;
}

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk3::after {
    left: 51.5%;
    width: 96%;
    height: 17.1%;
    bottom: 0px;
}

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk4 {
    left: 80%;
    top: 14%;
    width: 15.2%;
    height: 68%;
}

.gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk4::after {
    left: 48%;
    width: 79%;
    height: 18.1%;
    bottom: 0px;
}

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

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

    .gs-banner-bf-accessories-sound {
        margin: 0 15px 20px 15px;
    }

}

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

    .gs-banner-bf-accessories-sound {
        margin: 0 0px 20px 0px;
    }

    .gs-banner-bf-accessories-sound img.gm-banner-img-mob {
        display: block;
    }

    .gs-banner-bf-accessories-sound img.gm-banner-img-desk {
        display: none;
    }

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

    .gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk1 {
        top: 20%;
        left: 12.2%;
        width: 33%;
        height: 26.7%;
    }

    .gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk2 {
        top: 20.5%;
        left: 53.6%;
        width: 36.4%;
        height: 26.2%;
    }

    .gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk3 {
        top: 57.5%;
        left: 10.8%;
        width: 33.4%;
        height: 29.5%;
    }

    .gs-banner-bf-accessories-sound .d-gs-lnk.gs-lnk4 {
        left: 52.5%;
        top: 57.5%;
        width: 39.2%;
        height: 29.5%;
    }

    .gs-banner-bf-accessories-sound .d-gs-lnk::after {
        display: none;
    }
}
