#imagebox .ib-content .ib-topbar .ib-buttons {
            width: 500px !important;
            left: 50%;
            transform: translateX(-50%) !important;
            text-align: right;
        }

        #photo-gallery.photoGallery.carrer_gallery .rbi-simple-carousel .owl-carousel .owl-dots.disabled {
            display: none !important;
        }

        #photo-gallery.photoGallery.carrer_gallery .rbi-simple-carousel .owl-carousel .owl-nav {
            top: calc(50% - 24px) !important;
        }

        #photo-gallery.photoGallery.carrer_gallery .rbi-simple-carousel .owl-carousel .owl-nav.disabled {
            display: none !important;
        }
					
        @media screen and (max-width: 991px) {
            #photo-gallery.photoGallery.carrer_gallery .rbi-simple-carousel .owl-carousel .owl-nav {
                display: none !important;
            }
        }
        .rbi-modal-carousel.rbi-simple-carousel .owl-height{
            transition: none !important;
        }