.modal-dialog {
    max-width: 90% !important;
    width: auto !important;
    height: 90%;
}

.modal-content {
  height: 100%; 
}

.carousel-indicators {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 0;
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 0;
}

.row-with-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}