.gallery
{
   	overflow: hidden;
    padding: 41px 0;
    background-color: #f9fafb;
}.gallery__container
{
    position: relative;
    z-index: 1;
}.gallery__container:before
{
    position: absolute;
    z-index: -1;
    top: -186px;
    right: -90px;
    width: 421px;
    height: 418px;
    content: '';
    background: url(../images/bg-gallery.png) 0 0 no-repeat;
}.gallery__list-item
{
    margin-bottom: 30px;
}.gallery__fig
{
    font-size: 0;
    overflow: hidden;
    border-radius: 2px;
    background-color: #0d0322;
    box-shadow: 0 4px 20px rgba(81,127,160,.13);
}.gallery__fig img
{
    max-width: 100%;
    height: auto;
	display: block;
	width: 100%;
}
.photo
{
    display: block;
    margin-bottom: 50px;
}.photo__list-item
{
	list-style:none;
    margin-bottom: 37px;
    max-height:150px;
    max-width:150px;
    overflow:hidden;
    margin-bottom:1em;
}.photo__thumb
{
    font-size: 0;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background-color: #231e57;
}
.featuredimagegrid {
    display: flex;
    flex-wrap: wrap;
  }
  .featuredimagegridbox {
    width:15%;
    margin:.5em;
    min-height:20em;
    max-height:20em;
    border:solid thin rgb(211, 204, 204);
    padding:1em;
    border-radius:10px;
    font-size:.8em;
    line-height:1.2em;
  }
  .featuredimagegridbox-imagecontainer{
    max-height:100px;
    margin:0 auto;
    /* max-inline-size: 100%; */
    overflow:hidden;
  }
  .fibox-edittools {
    vertical-align:bottom;
  }
  .gallery
{
   	overflow: hidden;
    padding: 41px 0;
    background-color: #f9fafb;
}.gallery__container
{
    position: relative;
    z-index: 1;
}.gallery__container:before
{
    position: absolute;
    z-index: -1;
    top: -186px;
    right: -90px;
    width: 421px;
    height: 418px;
    content: '';
    background: url(../images/bg-gallery.png) 0 0 no-repeat;
}.gallery__list-item
{
    margin-bottom: 30px;
}.gallery__fig
{
    font-size: 0;
    overflow: hidden;
    border-radius: 2px;
    background-color: #0d0322;
    box-shadow: 0 4px 20px rgba(81,127,160,.13);
}.gallery__fig img
{
    max-width: 100%;
    height: auto;
	display: block;
	width: 100%;
}
.photo
{
    display: block;
    margin-bottom: 50px;
}
.photo__list-item
{
	list-style:none;
    margin-bottom: 37px;
    max-height:150px;
    max-width:150px;
    overflow:hidden;
    margin-bottom:1em;
}
.photo__thumb
{
    font-size: 0;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
}
.cat__list-item, .gal__list-item
{
	list-style:none;
    margin-bottom: 37px;
    max-height:300px;
    min-height: 300px;
    max-width:300px;
    overflow:hidden;
    margin-bottom:1em;
    display: grid;
    align-items: flex-end;
    text-align:center;
    border: solid thin #eee7e7;
    margin-right: 1em;
    border-radius: 20px;
}
