/* Parent Section */
.galleryblog-block {
  height: auto;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.galleryblog-block .galleryBlog .galleryItemBlog {
  aspect-ratio: 1440/790;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.galleryblog-block .galleryBlog .galleryItemBlog.contain {
  aspect-ratio: 1920/1280;
}
.galleryblog-block .galleryBlog .slick-arrow {
  color: transparent;
  font-size: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 32px;
  height: 32px;
  z-index: 9;
  background-color: rgba(0, 51, 73, 0.3490196078);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 51, 73, 0.3490196078);
          box-shadow: 2px 2px 10px rgba(0, 51, 73, 0.3490196078);
}
.galleryblog-block .galleryBlog .slick-arrow:before {
  content: "";
  font-size: 0px;
}
.galleryblog-block .galleryBlog .slick-prev {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/images/circle-chevron-left.svg);
  left: 10px;
}
.galleryblog-block .galleryBlog .slick-next {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/images/circle-chevron-right.svg);
  right: 10px;
}

.smallGalleryBlog {
  width: 70%;
  margin: auto;
}