


img {
    pointer-events: none;
}

.home-button{	mix-blend-mode: screen;
}


#home-button img{
	width: 160px;
	transform: scale(.55);
}

.home-button {
	z-index: 9999;
  	opacity: .67;
}

#pop-button img{
	width: 160px;
}

.pop-button {
	z-index: 9999;
  	opacity: 50%;
}

.videocontainer {
  display: flex;
}

.video {
  flex: 30%;
  padding: 0px;
  width: 100%;
  position: fixed;
}

.scrollcontent::-webkit-scrollbar {
  width: 0;
}

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}
.hover-title {
    color: white;
	transition: all 0.3s ease;
}
.hover-title:hover {
	font-size: 67px;
    color: #ffb218;
}

.image-link img{
	transition: transform 0.2s ease-in-out;
}
.image-link :hover {
	transform: scale(1.3);
}

.hover-image {
    display: flex;
    position: fixed;
    top: 20%;
    left: 85%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 20vw;
    height: 20vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}


.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.35);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

