*{
    padding: 0px;
    margin: 0px;
}

body{
    /* background-color: rgba(212,236,244,255); */
    background-image: url(../../shared/tile-bg.png);
}

/* /////////////////Find SitSpot start//////////////////// */
.findsitspot-bg{
    margin: auto;
    width: 70vw;
    border-radius: 20px;
    background-color: rgba(255,255,255, 0.75);
}

.findsitspot-container{
    margin: 20px auto;
    width: 70vw;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.uldash{
    list-style: symbols(cyclic '-');
}
.findsitspot-left{
    width: 33vw;
    min-width: 250px;
}
.findsitspot-left img{
    width: 33vw;
    min-width: 250px;
}
.findsitspot-right{
    width: 33vw;
    min-width: 250px;
    font-size: 1.38vw;
    
}
@media only screen and (max-width: 1100px){
    .findsitspot-right{
        font-size: 15px;
    }
}
.b100{
    flex-basis: 100%;
}
video{
    width: 100%;
}
/* .buffer{
    height:30vh;
} */
/* /////////////////Find SitSpot end//////////////////// */

