#Prelegenci,
#PrelegenciGrid,
#PrelegenciGridRotate {
    padding: 50px 0;
}

.mainbtn {
    margin: 0 auto;
}

.prelegentItem {
    width: 200px;
    text-align: center;
    position: relative;
}

.controlsSpeaker {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: -200px;
    height: 200px;
    text-align: center;
    padding: 0px 0 0 0;
    z-index: 999;
    position: relative;
}

.prelegentItem:hover .controlsSpeaker,
.prelegentItem:focus .controlsSpeaker {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prelegentItem img {
    object-fit: cover;
    object-position: center;
}

.owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel {
    position: relative;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}

.prelegentContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.speakerDetails {
    cursor: pointer;
}

.modal .modal-footer {
    height: auto !important;
}