.gdi_container{
    height: 100vh;
}
.gdi_header{
    height: 15%;
}
.gdi_carrusel{
    height: 75%;
}
.gdi_contact{
    height: 10%;
}
.gdi_100_height{
    height: 100%;
}

.gdi_text_link{
    font-size: 20px;
    text-decoration: none;
}
.gdi_text_link:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.carousel{
    height: 100%;
}
.carousel-item{
    height: 100%;
}
.carousel-item img{
    object-fit: cover;
    height: 100%;
}
.carousel-inner{
    height: 100%;
}
.carousel-control-next, .carousel-control-prev{
    height: 100%;
}