﻿body {
}

.no-link-white {
    color: white !important;
}

@media (min-width: 992px) {
    .tns {
        width: -webkit-fill-available;
    }

    .hd-large {
        display: none;
    }

    .sh-large {
        display: block;
    }
}

@media (max-width: 991px) {
    /*.tns {
        width: min-content;
        max-width: 500px;
    }

    .tns-outer {
        margin: 0px;
    }*/
    .hd-small {
        display: none;
    }

    .sh-small {
        display: block;
    }
}


/*.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.carousel-inner {
    padding: 1em;
}*/

/*.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%);
    width: 5vh !important;
}*/


/*.team-work {
    background-color: transparent !important;
    box-shadow: none;
    border: 0 !important;
}

.carousel-item-next {
    top: auto !important;
}

.carousel-item-prev {
    top: auto !important;
}

.team-card {
    padding: 0 !important;
}

.carousel-item {
    float: unset !important;
    position: relative !important;
}
*/
