Hi Michele,
Thanks for writing in! I can see the below CSS that you ave added :
.rev_slider {
border: 15px solid white;
}
Kindly remove this to get expected result. If you can’t find this then you can add this under Custom > CSS in the Customizer.
.rev_slider {
border: none!important;
}
Hope this helps.
Cheers!