/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .image-alt-text {
  font-size: 0.7em;
  color: #666;
  text-align: center;
  margin-top: 5px;
  float: left;
  text-align: left;
}

#humans-of-whoi .fl-slide {
    cursor: pointer;
}
#human-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    height: 100%;
}
#humans-of-whoi .fl-slide-content .image-holder img {
    width: initial;
    max-width: initial;
    top: 0;
    bottom: 0;
    position: absolute;
    /*! left: 0; */
    /*! right: 0; */
    display: flex;
    /*! align-content: center; */
    margin: auto;
    height: 100%;
    float: none;
}
#human-popup #popup-featured-image img {
  width: 100%;
}
    #human-popup .popup-container {
        width: 100%;
        max-width: 900px;
        margin: auto;
        left: 0;
        right: 0;
        padding: 40px;
        background: #fff;
        padding: 20px;
        top: 0;
        bottom: 0;
        max-height: 80%;
        overflow-y: scroll;
        position: relative;
        overflow-x: hidden;
    }

    #human-popup::after {
        content: "";
        background-color: #000c;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
.popup-loader {
    position: absolute;
    margin: auto;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 900px;
}

#popup-close {
    position: absolute;
    background: #00B7BD;
    width: 38px;
    height: 38px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: 8px;
    right: 30px;
    border: 0px;
    z-index: 1005;
}

    #human-popup #popup-featured-image {
        float: left;
        width: calc(30% - 20px);
        max-width: 250px;
        margin-right: 20px;
    }

    #human-popup #popup-title {
        float: left;
        width: 70%;
        font-size: 23px;
    }

    #human-popup #popup-excerpt {
        float: left;
        font-size: 16px;
    }


#human-popup  div #popup-content {
    float: left;
    width: 70%;
    font-size: 14px;
    margin-bottom: 20px;
}

#human-popup  div #popup-content img {
            max-width: 350px;
        }

#humans-of-whoi .bx-prev {
    left: -50px;
}


#humans-of-whoi .bx-next {
    right: -50px;
}

#humans-of-whoi .bx-pager.bx-default-pager {
    bottom: -10px;
    display: none;
}
#humans-of-whoi .fl-slide .image-holder {
    max-height: 200px;
    overflow: hidden;
    width: 100%;
    display: flex;
    position: relative;
    height: 200px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#humans-of-whoi .fl-slide h2.title {
    font-size: 1.75rem;
    margin-bottom: 3px !important;
}

#humans-of-whoi .fl-slide .excerpt {
    font-size: 14px;
}

#humans-of-whoi .fl-slide .fl-slide-content-wrap {
    float: initial;
}


@media (max-width:1281px) {
    #humans-of-whoi .bx-prev {
        left: -29px;
    }

    #humans-of-whoi .bx-next {
        right: -29px;
    }

    #humans-of-whoi .fl-slide .fl-slide-content-wrap {
        float: initial;
    }
}
@media (max-width:1140px) {
}
@media (max-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (max-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (max-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
}