.carousel .carousel-item {
    height: 45rem;
    /*700px*/
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 700px;
}

.btn .btn-secondary
{
    background-color: #6c757d !important;
}