.tingle-modal-box {
    width: 90%  !important;
    height: : 99%  !important;

   /* overflow-x: hidden !important; */
   /* overflow-y: scroll  !important; */
}

.info-modal {
    background-color: rgba(0, 0, 0, 0) !important;
/*    overflow-y: auto;
    overflow-x: auto; */
}

.info-modal h1 {
    padding: 10px 10px;
    font-family: 'lato-bold', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.info-modal p {
    font-family: 'lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 2;
}

.tingle-img {
    width: 99% ;
    margin-left: 4%  !important;
    transform: translateX(-3%) !important;
    max-height: calc(95vh - 130px);
    object-fit: contain;
}

.tingle-video {
    width: 99%  !important;
    margin-left: 4%  !important;
    transform: translateX(-3%) !important;
}

.tingle-modal{
    overflow-y: auto !important;
        height: : 99%  !important;
}

.tingle-modal-box__content{
    overflow: hidden !important;
}

@media (max-width: 700px) {
    .tingle-modal {
        width: auto ;
        margin: auto !important;
    }

    .tingle-modal__close {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .tingle-img {
        width: 99% ;
		    margin-left: 5%  !important;
    /*    transform: translateX(-5%) !important; */
    }

    .tingle-video {
        width: 99%  !important;
        margin-left: 5%  !important;
      /*  transform: translateX(-5%) !important;  */
    }

}
