.realestate-component.estate-videos iframe {
    border: none;
    width: 100%;
    height: 300px;
}


.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;


}

.slick-dots li {
    margin: 0 0.25rem;

}

.slick-dots li button {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #f2f2f2;

    text-indent: -9999px;
}


.slick-dots li.slick-active button {
    background-color: #a9c606;
}
