.fpg-parent.fancy {
    display: grid;
    grid-template-columns: repeat(4, 0.5fr);
    grid-template-rows: repeat(2, 0.5fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	margin-top: -10px;
}

.fpg-parent.regular {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
}

.fpg-parent.small {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.fpg-parent figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.fpg-parent figure.regular img,
.fpg-parent figure.small img{
    aspect-ratio: 1.5;
}


.fpg-parent figure.regular a::after,
.fpg-parent figure.small a::after{
    height: calc(100% - 43px);
}

.fpg-parent figure a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.fpg-parent figure .img-wrapper {
	position: relative;
}

.fpg-parent figure .img-wrapper span {
	position: absolute;
	width: 100%;
	color: white;
	font-weight: 500;
	bottom: 10%;
	text-align: center;
	display: block;
    font-size: 15px;
    letter-spacing: 0.53px;
	font-family: "Roboto Condensed";
	z-index: 1;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.fpg-parent figure:hover .img-wrapper span {
	opacity: 1;
}

.fpg-parent figure.fancy .img-wrapper {
	height: 100%;
}

.fpg-parent figure .img-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 181, 47, 0);
    opacity: 0;
    transition: all 0.5s ease-out;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.fpg-parent figure:hover .img-wrapper::after {
    opacity: 1;
    background-color: rgba(255, 181, 47, 0.8);
}

.fpg-parent figure.fancy {
	margin-bottom: 0px;
}

.fpg-parent figure span.description {
    display: block;
    font-weight: bold;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.63px;
    color: #000000;
    text-transform: uppercase;
    padding: 0 16px;
    margin: 16px 0 0 0;
	font-family: "Roboto Condensed";
}

.fpg-div1.fancy {
    grid-area: 1 / 1 / 5 / 2;
    height: calc(100% - 20px);
}
.fpg-div2.fancy {
    grid-area: 1 / 2 / 2 / 4;
}
.fpg-div3.fancy {
    grid-area: 1 / 4 / 2 / 5;
}
.fpg-div4.fancy {
    grid-area: 2 / 2 / 3 / 3;
}
.fpg-div5.fancy {
    grid-area: 2 / 3 / 3 / 4;
}
.fpg-div6.fancy {
    grid-area: 2 / 4 / 3 / 5;
}

.fpg-div1.regular {
    grid-area: 1 / 1 / 2 / 2;
}
.fpg-div2.regular {
    grid-area: 1 / 2 / 2 / 3;
}
.fpg-div3.regular {
    grid-area: 1 / 3 / 2 / 4;
}
.fpg-div4.regular {
    grid-area: 2 / 1 / 3 / 2;
}
.fpg-div5.regular {
    grid-area: 2 / 2 / 3 / 3;
}
.fpg-div6.regular {
    grid-area: 2 / 3 / 3 / 4;
}
.fpg-div7.regular {
    grid-area: 3 / 1 / 4 / 2;
}
.fpg-div8.regular {
    grid-area: 3 / 2 / 4 / 3;
}
.fpg-div9.regular {
    grid-area: 3 / 3 / 4 / 4;
}

.fpg-div1.small { grid-area: 1 / 1 / 2 / 2; }
.fpg-div2.small { grid-area: 1 / 2 / 2 / 3; }
.fpg-div3.small { grid-area: 1 / 3 / 2 / 4; }
.fpg-div4.small { grid-area: 1 / 4 / 2 / 5; }
.fpg-div5.small { grid-area: 2 / 1 / 3 / 2; }
.fpg-div6.small { grid-area: 2 / 2 / 3 / 3; }
.fpg-div7.small { grid-area: 2 / 3 / 3 / 4; }
.fpg-div8.small { grid-area: 2 / 4 / 3 / 5; }
.fpg-div9.small { grid-area: 3 / 1 / 4 / 2; }
.fpg-div10.small { grid-area: 3 / 2 / 4 / 3; }
.fpg-div11.small { grid-area: 3 / 3 / 4 / 4; }
.fpg-div12.small { grid-area: 3 / 4 / 4 / 5; }

.btn-load-more {
    border-radius: 21px;
    border-color: #b49a91 !important;
    color: #b49a91 !important;
    margin: 0 auto !important;
    display: block;
	font-family: "Roboto Condensed";
}

.btn-load-more:hover {
    background-color: #b49a91 !important;
    color: white !important;
}
