.home{
    height: 12em !important;
    background-position: 60% 50% !important;
}
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000 !important;
    /* Sit on top */
    /*padding-top: 50px;  Location of the box */
    padding: 0px !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /*overflow: auto;*/
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.0) !important;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.0) !important;
    /* Black w/ opacity */
    max-width: 60%!important;
    overflow: hidden;
}
/* Modal Content */

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 98% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.0) !important;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.0s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    line-height: 1.4em;
    text-align: left;
}

.modal-body>p::first-letter {
    font-size: 250%;
    color: #c51330;
}
.modal-body>p, .abstract_modal {
    font-size: 16px;
}
.modal-body > h4 {
    text-align: center !important;
}
.abstract_modal{
    background: transparent !important;
}
.iziModal-overlay{
    z-index: 999 !important;
}
/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
/* The Close Button */

.close {
    color: #dedede;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    background-color: #ed1c24;
    color: white;
    text-align: center;
}
.modal-body{
   background: #fff;
   padding: 15px;
}

.topics .container{
    padding: 150px ;
}
.home > .text-white > .info-text{
    margin: 3em 0 0 6em;
}
.single {
    width: 5em;
}
.info {
    width: 33%;
}

.speaker_position {
    font-size: .8em;
}

.speaker_name {
    margin-bottom: .3em;
}

.speaker_title {
    margin-bottom: .3em;
}