.WaGadgetSlideshow .camera_thumbs_cont {
  background-color: transparent !important;
}

.cameraContent,
.camera_wrap,
.camera_src,
.camera-slideshow {
    background-color: transparent !important;
    background: none !important;
}

.camera_wrap {
    border: 5px solid black !important;
    overflow: hidden !important;
}

.camera_wrap .camera_src {
    height: 100% !important;
}

.camera_wrap .camera_src ul li {
    height: 100% !important;
}

.camera_wrap .camera_src ul li img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}