body {
    height: 100vh;
}

.container{
    margin-top: 10vh;
}

.modal-dialog{
    position: static;
    width: 100vw;
}

.close {
    position: absolute;
    top: 0.5vh;
    right: 4vw;
    z-index: 100;
    color: white;
}

#myModal > div.modal-dialog > button > span {
    font-size: 2.5rem;
}

#video{
    width: 96vw;
    margin-left: 2vw;
    z-index: 90;
    top: 0em;
}

.embed-responsive {
    top: 2vh;
}

.carousel {
    top: 2vh;
    height: 90%;
}

.carousel-inner{
    height: 100% !important;
}

.carousel-item{
    text-align: center !important;
    height: 100vh !important;
}

#carousel-inner > div.carousel-item.active > img {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;

}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.subtitle {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}

