.modal-dialog {
    margin: 2.5vh auto;
  }
  
  /*Sets the maximum height of the entire modal to 95% of the screen height*/
  .modal-content {
    max-height: 95vh;
  }
  
  /*Sets the maximum height of the modal body to 90% of the screen height*/
  .modal-body {
    max-height: 90vh;
  }
  /*Sets the maximum height of the modal image to 69% of the screen height*/
  .modal-body img {
    max-width: auto;
    max-height: 69vh;
  }
  
.icon2{
 color: #ffffff;
}

.modal-header{
    color: white;
    background-color: #f0b650;

}

.btn.getin{
    position:absolute;
    bottom:5%;
    left:25%;
    width:250px;
    height:30px;
}
