/* About Event - Option1 CSS Start */
.nx-about-event-opt1{
    padding: 50px 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.nx-about-event-opt1 .section-desc {
    margin-bottom: 15px;
}
.nx-about-event-opt1 .section-desc pre {
    white-space: normal;
    color: inherit;
}
.nx-about-event-opt1 .section-desc ul,
.nx-about-event-opt1 .section-desc ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nx-about-event-opt1 .section-desc ul li,
.nx-about-event-opt1 .section-desc ol li {
    padding: 0 0 0 25px;
    position: relative;
    margin: 3px 0;
}
.nx-about-event-opt1 .section-desc ul li:before,
.nx-about-event-opt1 .section-desc ol li:before {
    content: '';
    background-color: #000000;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 6px;
}
.nx-about-event-opt1 .ipad-view {
    display: none;
}
.nx-about-event-opt1 .right-section .event-img{
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
}
.speaker-list-option2 .speaker img{
    object-fit: cover !important;
    object-position: top;
}
.nx-about-event-opt1 .right-section .event-img{
    object-fit: cover;
    margin-top: 0px !important;
    height: 100%;
    border-radius:10px;
    min-height: 200px;
    max-height: 450px;
}
.nx-about-event-opt1 .right-section .event-img img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    min-height: 200px;
    max-height: 450px;
}
.nx-about-event-opt1 .ipad-view {
    display: none;
}
@media (min-width:768px) and (max-width:1024px){    
    .nx-about-event-opt1 .left-section p:first-child{
        margin: 0;
    }
    .nx-about-event-opt1 .ipad-view {
        display: block;
    }
    .nx-about-event-opt1 .left-section h2{
        display: none;
    }
}
@media (max-width:767px){
    .nx-about-event-opt1 .right-section{
        text-align: center;
    }
    .nx-about-event-opt1 .right-section img{
        width: 100%;
    }
}
/* About Event - Option1 CSS Ends */