﻿@charset "UTF-8";

.tns-carousel-topbar .tns-controls button {
    background: none !important;
    border: none !important;
}

    .tns-carousel-topbar .tns-controls button i {
        color: white !important;
    }

@media(min-width: 1200px) {
    .tns-carousel-topbar .tns-controls button:first-child {
        left: 365px !important;
    }

    .tns-carousel-topbar .tns-controls button:last-child {
        right: 365px !important;
    }
}

@media(max-width: 1200px) and (min-width:1020px) {
    .tns-carousel-topbar .tns-controls button:first-child {
        left: 240px !important;
    }

    .tns-carousel-topbar .tns-controls button:last-child {
        right: 240px !important;
    }
}

