.comment_container .reviewImages ul {
    list-style:none;
}

.comment_container .reviewImages li {
    width:150px;
    display:inline-flex;
    padding: 0px 5px !important;
}

.comment_container .reviewImages li img {
    width:100%;
}
#sarwc_modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
    background-color: white;
    padding: 20px;
    border: 1px solid black;
}
@media(max-width: 465px) {
    #sarwc_modal {
        width: 100%;
    }
}


.sarwc_modal_header {
    top: -20px;
    right: -16px;
    position: relative;
}

#sarwc_modal .sarwc_modal_image{
    width:98%;
}
