.wp-block-coblocks-gallery-carousel {
  max-width: 900px;         
  margin-left: auto;
  margin-right: auto;
}

.wp-block-coblocks-gallery-carousel .swiper-slide {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.wp-block-coblocks-gallery-carousel .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}

.wp-block-coblocks-gallery-carousel .swiper-slide {
  height: auto !important;
}
.wp-block-coblocks-gallery-carousel .swiper-wrapper {
  align-items: center;
}

.wp-block-coblocks-gallery-carousel .swiper-container-thumbs .swiper-slide img,
.wp-block-coblocks-gallery-carousel .swiper-container-thumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;  

.wp-block-coblocks-gallery-carousel .swiper-container-thumbs .swiper-slide {
  height: 80px;
}

@media (max-width: 782px) {
  .wp-block-coblocks-gallery-carousel {
    max-width: 100%;
  }
}
	
	body.single-artwork .wp-block-coblocks-gallery-carousel .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
	
@media (min-width: 900px){
  .wp-block-coblocks-gallery-carousel{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.single-artwork .wp-block-post-content,
body.post-type-artwork .wp-block-post-content{
  --wp--style--block-gap: 12px;
}

body.single-artwork .wp-block-post-title,
body.post-type-artwork .wp-block-post-title{
  margin-top: 16px !important;
  margin-bottom: 10px !important;
}

body.single-artwork main,
body.post-type-artwork main{
  padding-top: 0 !important;
}

body.single-artwork .wp-block-coblocks-gallery-carousel,
body.post-type-artwork .wp-block-coblocks-gallery-carousel{
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

body.single-artwork .wp-block-coblocks-gallery-carousel .swiper-container-thumbs,
body.post-type-artwork .wp-block-coblocks-gallery-carousel .swiper-container-thumbs{
  margin-top: 6px !important;
  padding-top: 0 !important;
}

body.single-artwork .wp-block-coblocks-gallery-carousel .swiper-container-thumbs,
body.post-type-artwork .wp-block-coblocks-gallery-carousel .swiper-container-thumbs{
  margin-bottom: 0 !important;
}

body.single-artwork .wp-block-coblocks-gallery-carousel img,
body.post-type-artwork .wp-block-coblocks-gallery-carousel img{
  display: block;
}
