body {
    overflow: hidden;
}

.home-discovery{
    display: flex;
    justify-content: center;
}

.home-subtext {
    margin: 1rem 0;
}

@media (min-width: 992px) {
    .tree-home {
        display: grid !important;
    }

    .carousel { display: none; }

    body {
        overflow: auto;
    }
}

.tree-home{
    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    padding: 25px;
    max-width: 1200px;
}

.tree-left{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 2rem;
}

.tree-border-img{
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree-border-img img{
    max-width: 100%;
    max-height: 100%;
}

.tree-home img{
    opacity: 0.5;
}

.circle-animation{
    transform: scale(1.05);
    border: 1px solid #646464;
    box-shadow: 0 0 0 3px #646464;
    opacity: 1!important;
    transition: 0.5s;
}

.tree-center{
    display: grid;
    grid-template-rows: 25% 45% 25%;
    grid-row-gap: 2rem;
}

.tree-center-img{
    object-fit: contain;
    display: flex;
    justify-content: center;
}

.tree-center-img img{
    max-width: 100%;
    max-height: 100%;
    opacity: 1!important;
}

.tree-center-top-img{
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree-center-top-img img{
    max-width: 100%;
    max-height: 100%;
}

.tree-center-bottom-img{
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree-center-bottom-img img{
    max-width: 100%;
    max-height: 100%;
}

.tree-right{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 2rem;
}

.carousel {
    margin: 1.5rem;
    background-color: lightgray;
    border-radius: 5px;
}

.carousel-item.tree-border-img {
    display: flex !important;

    img {
        max-width: 80vh;
        max-height: 50vh;
        margin-right: auto;
        margin-left: auto;
    }
}
