.et_pb_row_1 {
	display: block!important;
}

.mobile_menu_bar {
	position: relative;
	margin: 0 5vw 2vw 0;
	color: white;
	background-image: url(images/top_nav_menu/mmenu.png);
	background-repeat: no-repeat;
    background-size: cover;
	width: 30px;
    height: 30px;
}

.mobile_menu_bar:before {
   	content: '';
    cursor: pointer;
}

.alternative_gallery_links {
	display:flex;
	/*justify-content: space-between;*/
	flex-direction: row;
	padding:1em;
}
.gallery_link {
	margin-right: 4px;
}
.gallery_link:not(:last-child):after {
	content: '|';
}

@media screen and (max-width: 980px) {
	.alternative_gallery_links {
		flex-direction: column;
	}
	
	.gallery_link {
		text-align:left;
	}
	
	.gallery_link:not(:last-child):after {
		content: '';
	}
}