.vedio_area{
    .photo_details{
        width: 100%;
        height: 260px;
        margin-bottom: 15px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }
    }
}