Hi,
I've installed the Rythm template and noticed that the images are not being reproduced as shown on the template preview page. I found the following CSS code relating to that page but not sure that that is what creates the broken image display. I would like the images to display on my website homepage as shown in the Joomshaper preview.

@media (max-width:1199px){
#addonId .sp-slider .sp-slider_number {
display:none;
}
}
@media (max-width:1199px) and (min-width:992px){
#addonId .sppb-addon-sp-slider .sppb-sp-slider-title {
font-size:80px !important;
line-height:100px !important;
}
@media (max-width:1700px) and (min-width:1420px){
#addonId .rythm-slider.dot-controller-position-vertical_right.sp-slider .sp-dots {
right: -30px;
}
#addonId .rythm-slider.sp-slider .sp-slider_number {
left: 1320px;
}
}
@media (max-width:1420px) and (min-width:992px){
#addonId .rythm-slider.dot-controller-position-vertical_right.sp-slider .sp-dots {
right: 0px;
}
#addonId .rythm-slider.sp-slider .sp-slider_number {
display:none;
}
}
Regards.