.img-2up-container {
    width: 100%;
    position: relative;
}

.img-2up-container img {
    width: 100%;
}

.img-2up-stats {
    float: right;
    text-align: center;
    color: grey;
    font-style: italic;
}

.flex-item.img-2up {
    width: 60%;
}

.img-2up-stats-popover {
    position: absolute;
    background-color: black;
    color: white;
    border: 1px solid white;
    z-index: 1001;
    margin: 0;
    overflow: hidden;
}

.animated-2up header {
    display: flex;
    margin: 10px 2.5%;
}

.closebt-img-2up-container {
    text-align: right;
    flex: 0 0 100%;
}

#img-2up-modal {
    z-index: 10001;
}

.display-crop-image {
    height: 630px;
    width: 599px;
    object-fit: cover;
}

.img-2up-container {
    background: #2F3846;
    width: 1250px;
    right: 200px;
}

.img-2up-section {
    vertical-align: middle;
    margin-right: -1px;
    margin-bottom: -1px;
    display: table-cell;
    text-align: center;
    border: 1px solid white;
    width: 599px;
    height: 630px;
    background: #F6F6F6;
}

.modal .modal-header.img-2up-modal-head {
    padding: 15px 15px 0 15px;
}

.img-2up-wrapper {
    background: white;
}

.img-2up-header, .img-2up-title {
    color: white;
    font-weight: bold;
    line-height: 20px;
}

.close-2up-modal {
    color: white;
}
