/* 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) {
    

#gallery {
    width: 100%;
    height: 40vw;
    position: relative;
    overflow: hidden;
    border: none;
}  

#gallery img {
    width:  100%;
    height: 65vw;
    object-fit: cover;
	transform: scalex(-1);
}

#gallery #halfblock {
    width: 49.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
    position: absolute;
    right: 5%;
    top: 30%;
	text-align: center;
}

#gallery #halfblock #inset {
padding: 5%;
width: 90%;
height: auto;
}

#inset button {
   padding: 2.5% 3%;
   zwidth: 30%;
   margin: 2% 5%;
   border:  none; 
   border-radius: 50px;
   text-align: center;
}


#gallery #thirdblock {
    width: 32.5%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
	position: absolute;
	right: 5%;
	top: 25%;
	text-align: center;
}

#gallery #quarterblock {
    width: 25% !important;
    height: auto;
    margin: 0px;
    padding: 0;
    border: none;
}

#front .wp-block-image>img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

}