/**
	Imagine Filmfestival
	Website by Have a Byte
	www.haveabyte.nl
*/

/**
	Fixed image size
*/

.img-fixed {
	max-width: 100% /*500px;(*/
}

.img-fixed.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.img-fixed .vc_figure,
.img-fixed>a {
	position: relative;
	padding-bottom: 66.66%; /* 3:2 Aspect Ratio (divide 2 by 3 = 0.66) */
	display: block;
	overflow: hidden;
}

.img-fixed img.vc_single_image-img,
.img-fixed>a>img,
.img-fixed>a>picture {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.img-fixed>a>picture>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**
	Image hover effect
*/

.effect-scale picture,
.effect-scale img{
	border: 0;
    -webkit-transition: -webkit-transform 2s ease-in-out;
            transition:         transform 2s ease-in-out;
}

.effect-scale:hover picture,
.effect-scale:hover img {
	transform: scale(1.3);
}

h2.subtitle{
	color:#fff;
	position: relative;
	top: -1em;

}
#reset_filters {
	text-decoration:underline;cursor:pointer
}