.lazyload-wrapper {
    height: 100%;
}

.myModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-content {
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.Thumbnail-controls {
    width: 20%;
    height: 100%;
}

.mySlides {
    position: relative;
}

.mySlides img {
    height: 100vh !important;
    object-fit: contain;
    width: 80%;
    margin: auto;
}

.carusel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
}

.carusel_small {
    display: table;
    width: 100%;
    position: relative;
}

.carusel_small :nth-child(1).big_pic_small,
.carusel_small :nth-child(2).big_pic_small {
    float: left;
    width: 38%;
    height: 200px;
    margin-right: 1%;
    position: relative;
    overflow: hidden;
}

.carusel_small :nth-child(3).big_pic_small,
.carusel_small :nth-child(4).big_pic_small {
    width: 20%;
    height: 97px;
    margin-bottom: 1%;
    margin-right: 9px;
    position: relative;
    overflow: hidden;
    float: left;
}

.big_pic_small {
    transition: .6s ease-in-out all;
}

.big_pic_small:hover {
    opacity: .8;
    cursor: zoom-in;
}

.big_pic_small img {
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
}

.big_pic {
    max-height: 225px;
    height: auto;
}

.caption {
    position: absolute;
    margin-bottom: 10px;
    color: #fff;
    bottom: 0;
    left: 10px;
    background: #000;
    padding: 4px;
}

.more_photos {
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.add_photo {
    position: absolute;
    cursor: pointer;
    top: 0;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    padding: 3px 7px;
    border-radius: 0 15px 15px 0;
    display: flex;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto !important;
    padding: 16px !important;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 0px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 1;
}

.slick-prev:before {
    font-size: 30px !important;
    transition: .6s ease;
}

.slick-next:before {
    font-size: 30px !important;
    transition: .6s ease;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
    border-radius: 3px 0 0 3px;
}

.slick-list {
    height: 100vh !important;
}
.big-photo{
    width: 80%;
    position: relative;
    display: block;
}
.mui_stars{
    background: none;
    width: auto;
}


.comments__list li{
    list-style-type: none;
}

.fill span{
    font-size: 14px;
}

.Comments .boxed.boxed--border{
    width: 100%;
}

.photoWrapper {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.photoInner {
    margin: 5px auto;
    position: relative;
    background-color: transparent;
    border: solid 2px #004dda;
    padding: 0;
    cursor: auto;
    border-radius: 5px;
}

.photoWrapper img {
    height: 100px;
    object-fit: cover;
    width: 155px;
}

.commentForm .deletePhoto {
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .75);
    fill: white;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.starError {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 16px;
    padding: 4px;
    margin-bottom: 10px;
    display: none;
}
.closeComment {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    fill: red;
}
.commentPopup span label.css-ykqdxu{
    width: max-content;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 56px;
    margin: auto;
    color: rgb(250, 175, 0);
    background: none;
    padding: 0;
    text-shadow: none;
}
.stars_my span{
    color: #fff;
    font-size: 25px;
}
@media (max-width:767.98px) {
    .big-photo {
        width: 100%;
    }

    .Thumbnail-controls {
        display: none;
    }

    .slick-prev:before {
        display: none;
    }

    .slick-next:before {
        display: none;
    }
}

@media (max-width: 550px) {
    .carusel_small :nth-child(1).big_pic_small {
        width: 62%;
        height: 146px;
        margin-right: 2%;
        position: relative;
        overflow: hidden;
    }

    .carusel_small :nth-child(2).big_pic_small,
    .carusel_small :nth-child(3).big_pic_small {
        width: 34%;
        height: 68px;
        float: none;
        margin-bottom: 2%;
        position: relative;
        overflow: hidden;
    }

    .mySlides img {
        width: 100%;
    }

    .close.cursor{
        top: 27px;
        z-index: 2;
        cursor: pointer;
    }

    .caption {
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .numbertext {
        top: 32px;
    }
}

 /* #Comments{
    min-height: 340px;
} */
/*
#Comments2{
    min-height: 216px;
}

#Comments3{
    min-height: 374px;
} */

/* .skeleton--info{
    width: 100%;
    height: 100%;
} */

.big_pic{
    cursor: pointer;
}
.image--light span.css-1xh6k8t{
    color: #666666;
}

.skeleton {
    animation: skeleton-load 1s linear infinite alternate;
}

.skeleton--stars {
    width: 100px;
    height: 18.4px;
    display: inline-block;
    background-size: cover;
    float: left;
}

.skeleton--map {
    width: 100%;
    height: 240px;
}

.skeleton--disable {
    display: none;
}

.mui_stars{
    background: none;
    display: inline-table;
}

@keyframes skeleton-load {
    0% {
        background-color: #dee3e9;
    }

    100% {
        background-color: #767676;
    }
}

@media (min-width: 768px){
    .screens_list_wrap .big_pic {
        width: 24%;
    }
}
