/* You can change this file 
---------------------------
Please use the IDs provided as much as possible
This css file is for everything related to the #gallery section
*/

@media only screen and (min-width: 819px) {

#gradient {
	position: absolute;
	width: 100%;
	height:100vw;
	background:linear-gradient(90deg, rgb(0 0 0 / 58%) 0%, rgba(255, 255, 255, 0) 81%);	
}
#gallery {
    width: 100%;
    height: 40vw;
    position: relative;
    overflow: hidden;
    border: none;
}  

#gallery > img, #featured img {
    width:  100%;
    height: 40vw;
    object-fit: cover;
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
    position: absolute;
    left: 5%;
    bottom: 20%;

}

#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}

#gallery #twothirdsblock {
	width: 65%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
	position: absolute;
	left: 5%;
	top: 25%;
}

#gallery #twothirdsblock #inset #inset {
	padding: 0 2.5%;
}
	
#gallery #ingallery, #gallery button {
   width: auto;
   height: auto;
   padding: 1.5% 2%;
   margin: 4% .2% 4% 3%; 
   text-transform: uppercase;
   font-weight:bold;
}

#gallery #thirdblock {
    width: 32.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
}

#gallery #quarterblock {
    width: 25% !important;
    height: auto;
    margin: 0px;
    padding: 0;
    border: none;
}

#gallery #twothirdsblock #fullblock {
	width: 99.5%;
	position: relative;
	text-align: right;
}

#gallery #fullblock:nth-of-type(1) {
	position: absolute;
	bottom: -1%;
	right: 0%;
	display: block;
	text-align: right;
}

#gallery #fullblock img {
	position: absolute;
	right: 0%;
	width: 22%;
	height: auto;
}
#front {
	position: relative;
	z-index:3;
}
#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

}