.expo .text-wrap>div
{
    border-style: none !important;
}

.expo .modal
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,0.5);
}

.expo .modal.active
{
    display: block;
}

.expo .modal .carousel 
{
    height: 100%;
}

.expo .modal .item
{
    margin-top: 100px;
    overflow: hidden;
    height: 700px;
}
.expo .modal .item.active
{
    overflow-y: scroll;
}

.expo .modal .item.active.left,
.expo .modal .item.active.right
{
    overflow: hidden;
}


.expo .modal img
{
    width: 60%;
    /*height: 500px;*/
    margin: 0 auto;
}

.expo .modal .modal-toggle
{
    position: fixed;
    top: 50px;
    right: 100px;
    color: #fff;
    opacity: .8;
}
.expo .modal .modal-toggle:hover
{
    opacity: 1;
}


.expo .modal  .carousel-control.right
{
    right: 17px;
}