#gid-1{
	padding-top: 20px;
	padding-bottom: 80px;
	width: 100%;
	
}

.gid-2{
	text-align: center;
	color: #333;
	font-family: RotondaC, sans-serif;
	font-size: 24px;
	line-height: 1.2;
}
.gid-3{
	width: 100%;
	max-width: 353px;
	margin: 15px auto 20px;
	height: 2px;
	background-color: #D9D9D9;
}

.tab-photo {
	overflow: hidden;
	display: flex;
	gap: 15px;
	flex-wrap: nowrap;
	justify-content: center;
	padding-bottom: 49px;
}


.tab-photo button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 0;
	transition: 0.3s;
	background-color: #edd8b9;
	border-radius: 10px;
	font-family: Calibri, sans-serif;
	width: 250px;
	text-align: center;
}


.tab-photo button:hover {
	background-color: #FFCF40;
}


.tab-photo button.active {
	background-color: #FFCF40;
	font-weight: bold;
}


.tabcontent-photo {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 13px;
}
.tabcontent-photo img{
	cursor: pointer;
}


.popup_gig {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg_gid {
	background: rgba(0,0,0,0.8);
	position:fixed;
	z-index:100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	cursor:zoom-out;
	/*cursor:url(/assets/juterborg/img/icons/magnifying-glass-minus.png),zoom-out;*/
}


.popup_img_gid {
	position: fixed;
	z-index: 120;
	border-radius: 10px;
	border: 1px solid gray;
	background: rgba(255, 255, 255, 0.9);
	pointer-events: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 96%;
	width: auto;
	height: auto;
	max-height: 96%;
}







@media(max-width: 960px){	
	.tabcontent-photo {
    grid-template-columns: repeat(3, 1fr);
	}
	.tab-photo button {
		width: 180px;
	}
}

@media (max-width: 600px) {
	.tabcontent-photo {
    grid-template-columns: 1fr 1fr;
	}
	#gid-1{
		padding-bottom: 60px;	
	}
	.tab-photo {
    gap: 5px;
    padding-bottom: 30px;
	}
	.tab-photo button {
    padding: 10px 0;
	}
	
}