﻿body {
    font-family: "Avenir", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.topbar-minti-green {
    background-color: #00cbb2 !important;
}

.btn-primary {
    background-color: #00adcb !important;
    color: var(--bs-light) !important;
}

.team-tab .nav-item .nav-link.active {
    border-top: none !important;
}

.banner-minti {
    background-image: url('/assets/images/minti/Lime_fade2.png') !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    min-height: 200px !important;
}

.video-wrapper {
    width: 300px !important;
    margin: 0 auto !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
}

.ratio-custom {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

    .ratio-custom video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
