﻿#treeLocationMap {
    height: 200px;
    width: 100%;
}
.carusselImage
{
    height: 200px;
}

.logoLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .logoLoading img {
        max-width:360px;
    }

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.object-fit {
    width:100%;
    height: 100%;

}

    .object-fit img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-width: 600px) {
    .mud-tab {
        min-width: 110px!important
    }
}