div#merchSection {
    font-size: 0;
}

div#merchWrapper {
    width: 90%;
    margin: 0 auto 4.6875vw;
}

div#merchWrapper .merchContents {
    padding: 0;
}

.merchSectionTitle {
    font-size: 10.9375vw;
    line-height: 15.3125vw;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 1.40625vw;
}

div#merchWrapper .merchContents .merchImage {
    background: #FFF;
    max-width: 23.75vw;
    padding: 5vw;
    border-radius: 0.625vw;
    min-height: 17.645833vw;
}

div#merchWrapper .merchContents .merchTitle {
    font-size: 1.979167vw;
    text-align: left;
    line-height: 2.8125vw;
    margin: 0.9375vw auto;
}

div#merchWrapper .merchContents .merchButton a {
    width: 10.3125vw;
    height: 2.604167vw;
    line-height: 2.9vw;
    background: #FFF;
    display: block;
    margin: 0;
    text-align: center;
    color: #892326;
    font-size: 1.041667vw;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.625vw;
}

div#merchWrapper .merchContents .merchButton a:hover {
    color: #FFF;
    background: #892326;
}

.owl-nav>div {
    width: 3.125vw;
    height: 2.604167vw;
    display: inline-block;
    background: url(../images/prevArrow.png);
    background-size: 100% auto;
}

.owl-nav>div.owl-next {
    background: url(../images/nextArrow.png);
    background-size: 100% auto;
    margin-left: 2vw;
}



.owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    div#merchWrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    div#merchSection{
        margin-top:25px;
    }

    .merchSectionTitle {
        line-height: 19.2vw;
        font-size: 13.866667vw;
        text-align: center;
        margin-bottom: 2.933333vw;
    }

    div#merchWrapper .merchContents .merchImage {
        max-width: 100%;
        padding: 40px;
        border-radius: 12px;
    }

    div#merchWrapper .merchContents .merchTitle {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        /* height:45px; */
        margin: 17px auto;
    }

    div#merchWrapper .merchContents .merchButton a {
        width: 115px;
        height: 29px;
        line-height: 29px;
        margin: 0 auto;
        font-size: 11px;
        border-radius: 12px;
        margin-bottom: 38px;
    }
}

/* @media only screen and (max-width:1023px) and (orientation: landscape),
only screen and (max-width: 1024px) and (orientation: portrait) {
    div#merchWrapper {
        max-width: 86.666667vw;
        margin: 0 auto;
    }

    .merchSectionTitle {
        line-height: 19.2vw;
        font-size: 13.866667vw;
        text-align: center;
        margin-bottom: 2.933333vw;
    }

    div#merchWrapper .merchContents .merchImage {
        max-width: 65.6vw;
        padding: 10vw;
        border-radius: 3.2vw;
    }

    div#merchWrapper .merchContents .merchTitle {
        font-size: 5.866667vw;
        text-align: center;
        line-height: 8vw;
        margin: 4vw auto;
    }

    div#merchWrapper .merchContents .merchButton a {
        width: 30.666667vw;
        height: 8vw;
        line-height: 8vw;
        margin: 0 auto;
        font-size: 3.933333vw;
        border-radius: 3.2vw;
        margin-bottom: 10.133333vw;
    }
} */