.img-popup {
    padding: 0;
    margin-top: 20px;
    /* padding: 0.25rem; */
    background-color: #fff;
    max-width: 100%;
    height: auto;
    /* width: 200px; */
    max-height: 435px;
}

.graphic {
    background: linear-gradient(249.9deg, #EEFAFF 17.83%, #FFF7FD 83.22%);
    border-radius: 40px;
    text-align: center;
    /* width: 260px; */
    height: 92%;
}

.graphic-modal {
    border-radius: 40px;
    text-align: center;
    /* width: 260px; */
    height: 100%;
}

.ss-popup .gr-popup {
    background: linear-gradient(96.24deg, #EEFAFF 41.07%, #FFF6FC 40.38%);
}

.graphic-image {
    max-width: 92% !important;
}

.pallet {

    position: absolute;
    bottom: 30px;
    right: -2px;
}

.gr-desk-cl-bio {
    padding: 1.4rem !important;
}

.pallet-overflow {
    overflow: visible;
}

.graphic-recording-text {
    text-align: center;
}

.graphic-recording-content {
    font-size: 0.75rem;
    width: 92%;
    margin: auto;

}

/* .graphic-img-responsive{
    width: -webkit-fill-available;
    width: 90%"
} */
.img-thumbnail-desk {
    background-color: #fff;
    max-width: 229px;
    height: auto;
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .credits-background {
        /* position: absolute; */
        height: auto;
        padding-bottom: 0px;
        width: 100%;
        background-image: url(../img/credits_background.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
        margin-top: -2%;
    }
}

@media (max-width: 1920px) {

    .img-thumbnail {
        background-color: #fff;
        max-width: 100%;
        height: auto;
        margin-top: 25px;
    }



    .team-images {
        padding-left: 220px;
        height: 235px;
    }
}

@media (max-width: 1080px) {
    .pallet {
        max-width: 62px;
    }
}



/* mobile */
@media (max-width: 575.98px) {

    .graphics-sub-heading{
        max-width: 290px;
        margin: auto;
    }

    .graphic-recording-content {
        font-size: 0.9rem;
        width: 88%;
        max-width: 269px;
        margin: auto;
        line-height: 1.1rem;
        min-height: 3.6rem;
    }

    .graphic-recording-mobile .owl-dots {
        margin-top: 20px !important;
        margin-left: -1.6rem;
    }
    .graphics-parent-container-mobile{
        padding-bottom:0;
    }

    .short-width{
        max-width: 200px;
    }

    .graphic-image {
        margin: auto;
        width: 78% !important;

    }

    .speaker-session-bg {
        background: white;
    }

    /* .graphic-recording-mob img {
        width: fit-content;
    } */

    .pallet {
        position: absolute;
        right: 4px;
        bottom: -2px;
        max-width: 58px;
    }

    .team-images {
        padding-left: 0px;
        height: 235px;
    }

    .graphic {
        background-color: #EEFAFF;
        border-radius: 40px;
        text-align: center;
        max-height: 100%;

    }

    .graphic-recording-mob {
        margin-top: 20px;
        background-color: #fff;
        max-width: 100%;
        height: auto;
    }

    .img-thumbnail {
        padding: 0.25rem;
        background-color: #fff;
        border-radius: 0.25rem;
        max-width: 85%;
        height: auto;
        margin-top: 25px;
    }

    .gr-desk-cl-bio {
        padding-top: 1rem !important;
        padding-left: 1.4rem !important;
        padding-right: 1.4rem !important;
        padding-bottom: 0.8rem !important;
        max-width: 350px;
        margin: auto;

    }

    .team-member {
        font-size: 14px;
        padding-bottom: 24px;
        padding-left: 17px;
    }


}