.full-banner img {
    width:  100%;
    display:  block;
}

.full-banner {
    position:  relative;
    margin-bottom: 1.5%;
    width:  100%;
    height: 360px;
    background: linear-gradient(to right, #b10f26 , #6b1b26);
}

.full-banner .logo {
    position: absolute;
    width: 5%;
    right: 51.5%;
    top: 18%;
}

.full-banner .logo-two {
    position: absolute;
    width: 7%;
    right: 40.5%;
    top: 23%;
}

.full-banner p {
    position:  absolute;
    color: #fff;
    font-size:  12px;
    top: 52%;
    width: 65%;
    text-align:  center;
    left: 19.7%;
}

.full-banner .two-btns {
    position:  absolute;
    bottom: 13%;
    left: 0%;
    width: 100%;
    text-align:  center;
    text-transform: uppercase;
}

.full-banner .two-btns a {
    border: 1px solid #fff;
    color: #fff;
    padding: 0.8% 3%;
    margin: 0 1%;
}

.row {
    display:  flex;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}

.col-2, .col-3, .col-4 {
    padding: 1% 0.3%;
}

.col-2 img, .col-3 img, .col-4 img {
    width:100%;
}

span.shoename {
    text-align: center;
    font-weight: 900;
    font-family: 'Gotham A', 'Gotham B', sans-serif !important;
    color: #222;
    margin: 10px;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
}

span.shopBTN {
    border: 1px solid black;
    color: #000;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    width: 100%;
    font-family: 'Gotham A', 'Gotham B', sans-serif !important;
    display: block;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1450px) {
    .col-2 {
        width: 25%;
    }

    .col-3 {
        width:26%;
    }
}

@media only screen and (max-width: 1400px) {
    .full-banner {
        height: 300px!important;
    }
}

@media only screen and (max-width: 1100px) {
    .full-banner p {
        top: 45%!important;
        font-size: 11px;
    }
}
