﻿.tns-outer img {
    display: inline-block !important;
}

.tns-slide-active > .track-link {
    display: block !important;
}

.bannerButton {
    height: 50px;
    max-height: 50px;
    margin-bottom: 10px;
}

    .bannerButton button {
        font-size: 30px !important;
    }

.bannerButtonAreaRight.bannerButtonAreaHorizontal.bannerButtonAreaGrid .bannerButton {
    width: auto;
}

.bannerButtonAreaGrid {
    display: inline-block !important;
}

.bannerButtonArea {
    background-color: transparent;
    position: absolute;
    display: unset !important;
    pointer-events: none;
    top: 25%;
    margin-bottom: auto !important;
    height: auto !important;
}

.bannerButtonAreaRight, .bannerButtonAreaLeft {
    top: 12%;
    right: 25%;
    text-align: left;
}

@media only screen and (max-width: 1366px) {
    .bannerButton {
        margin-bottom: 15px;
        height: 30px;
    }

        .bannerButton button {
            font-size: 20px !important;
        }

    .bannerButtonArea {
        margin-top: 0px;
        top: auto;
        bottom: 3%;
    }

    .bannerButtonAreaRight, .bannerButtonAreaLeft {
        top: 12%;
        right: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .bannerButton {
        margin-bottom: 15px;
        height: 30px;
    }

        .bannerButton button {
            font-size: 20px !important;
        }

    .bannerButtonArea {
        margin-top: 0px;
        top: auto;
        bottom: 3%;
    }

    .bannerButtonAreaRight, .bannerButtonAreaLeft {
        top: auto;
        right: 30%;
    }
}
@media only screen and (max-width: 768px) {
    .bannerButtonAreaRight, .bannerButtonAreaLeft {
        top: auto;
        right: 25%;
    }
}
@media only screen and (max-width: 640px) {
    .bannerButtonArea {
        margin-top: 0px;
        top: auto;
        bottom: 3%;
    }

    .bannerButtonAreaRight, .bannerButtonAreaLeft {
        top: auto;
        right: 18%;
    }

    .bannerButton {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 520px) {
    .bannerButtonArea {
        bottom: 0%;
    }

    .bannerButtonAreaRight, .bannerButtonAreaLeft {
        right: 14%;
    }

}
@media only screen and (max-width: 479px) {
    .bannerButtonArea {
        margin-top: 0px;
        top: auto;
        bottom: 0%;
    }
    .bannerButtonAreaRight, .bannerButtonAreaLeft {
        right: 10%;
    }
    .bannerButton {
        margin-bottom: 0px;
        height: 26px;
    }
        .bannerButton button {
            font-size: 16px !important;
        }
}
