/* Homepage */
.homepage .homepage .views-field-title {
	text-align: center;
    margin-top: 50px;
}
.homepage .homepage .views-field-field-cinema-cover, 
.homepage .homepage .views-field-field-recipe-image, 
.views-field-field-gw3-main-image {
	float: left;
    margin-right: 10px;
}
/*Cinema Cover */
.homepage .homepage > .content {
	position: relative;
    zoom: 1;
	margin-right: 10px;
	float: left;
}

.homepage .homepage .views-field-field-cinema-cover .content .top {
	background: url(/themes/thex/images/filmstrip/top.png) repeat-x 30px top;
    background-size: 100% 30px;
    height: 30px;
    font-size: 1px;
    position: relative;
    zoom: 1;
    border-top: 1px solid white;
}
.homepage .homepage .views-field-field-cinema-cover .content .top .left{
	background-image: url(/themes/thex/images/filmstrip/top-left.png);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid white;
}
.homepage .homepage .views-field-field-cinema-cover .content .top .right {
	background-image: url(/themes/thex/images/filmstrip/top-right.png);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid white;
}
.homepage .homepage .views-field-field-cinema-cover .content .content .left {
	background: url(/themes/thex/images/filmstrip/left.png) repeat-y 0 0;
    background-size: 15px 100%;
    position: relative;
    zoom: 1;
    border-left: 1px solid white;
}
.homepage .homepage .views-field-field-cinema-cover .content .content .right {
	background: url(/themes/thex/images/filmstrip/right.png) repeat-y right 0;
    background-size: 15px 100%;
    position: relative;
    padding: 0 15px;
    zoom: 1;
    border-right: 1px solid white;
}
.homepage .homepage .views-field-field-cinema-cover .content .content .background {
	background: url(/themes/thex/images/filmstrip/center.png) 0 0;
	background-size: 100% 100%;
	padding: 1px;
}
.homepage .homepage .views-field-field-cinema-cover .content .bottom {
	background: url(/themes/thex/images/filmstrip/bottom.png) repeat-x 30px bottom;
    background-size: 100% 30px;
    height: 30px;
    font-size: 1px;
    position: relative;
    zoom: 1;
    border-bottom: 1px solid white;
}
.homepage .homepage .views-field-field-cinema-cover .content .bottom .left {
	background-image: url(/themes/thex/images/filmstrip/bottom-left.png);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}
.homepage .homepage .views-field-field-cinema-cover .content .bottom .right {
	background-image: url(/themes/thex/images/filmstrip/bottom-right.png);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
/* Recipe Image */
.views-field-field-recipe-image .content .content .background {
	background-image: url(/themes/thex/images/parchment.jpg);
	background-size: 100% 100%;
	padding: 10px;
}

.region-content-home-top,
.region-content-home-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}
.region-content-home-top {
  margin-bottom: 2rem;
}
