/* Centrované obrázky a slidery v obsahu Property */
.single-estate_property #wpestate_property_description_section .wpb_single_image,
.single-estate_property #wpestate_property_description_section .wpb_images_carousel,
.single-estate_property #wpestate_property_description_section .vc_images_carousel,
.single-estate_property #wpestate_property_description_section .vc_align_left {
  text-align: center !important;
}

.single-estate_property #wpestate_property_description_section .vc_single_image-wrapper,
.single-estate_property #wpestate_property_description_section .vc_images_carousel .vc_slide,
.single-estate_property #wpestate_property_description_section .vc_images_carousel img {
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-estate_property #wpestate_property_description_section .vc_single_image-img,
.single-estate_property #wpestate_property_description_section .vc_images_carousel img {
  display: block;
}