/*banner center*/
.img-responsive.showcase-banner{
      margin:0 auto;
      margin-top:-2%;
}

/*guestbook*/
#page-top .login-container .row .text-center img {
    max-width: 100% !important;
}

.login-container img {
max-width: 800px !important;
max-height: 700px !important;
}

h1.showcase-title {
    margin-top: 0;
    font-size: 34px;
    font-weight: 200;
    text-align: center;
}
#page-top .header-container .showcase-banner {
  width: 60%;
  height: 80%;
  max-height: 80%;
}

/* description centered */
span.showcase-description {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-align: center;
}

.modal #postMetadataTitle {
    max-height: none;
}
.modal #postDetailsDescription,
.modal #contentMetadataSPEAKER {
    pointer-events: none;
}
.modal #postDetailsCaret,
.modal #postContentMetadataCaretSPEAKER {
    display: none;
}
.modal #contentMetadataSPEAKER .content-metadata-details-list {
    display: block;
    height: auto !important;
}