.arthesis_classic_content h2{
margin-bottom: 40px;
}
.arthesis_classic_content p:last-child{
margin: 0;
}.arthesis_gallery .carousel-indicators [data-bs-target]{
background-color:#000;
}
.arthesis_gallery .carousel{
padding-bottom:60px;
}
.arthesis_gallery .carousel-control-next,
.arthesis_gallery .carousel-control-prev{
background-color:#000;
padding:0.8rem 0;
}
.arthesis_gallery .carousel-control-next:not(.arthesis_gallery_nav),
.arthesis_gallery .carousel-control-prev:not(.arthesis_gallery_nav){
top:auto;
}
.arthesis_gallery_thumb_link{
display: block;
border:2px solid transparent;
}
.arthesis_gallery_thumb_link:hover,
.arthesis_gallery_thumb_link:focus,
.arthesis_gallery_thumb_link.active{
border-color:#000;
}
.arthesis_gallery_full_view{
position:relative;
}
.arthesis_gallery_full_view .arthesis_gallery_nav{
max-height:150px;
position:relative;
width:100%;
}
.arthesis_gallery_image{
max-height: 700px;
display: inline-block;
}
@media screen and (min-width: 768px) {
.arthesis_gallery_full_view{
min-height:800px;
}
}