/*******************************************************
 *
 * Exclusive Properties
 *
 *******************************************************/

.video-wrapper {
    position: relative;
	overflow: hidden;
}

.video-wrapper canvas {
    display: block;
    width: 100%;
}

.video-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.video-wrapper img.video-logo {
	width: 146px;
	height: auto;
	bottom: 30px;
	right: 30px;
	left: auto;
	top: auto;
}

.video-wrapper a em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #000;
    z-index: 15;
    transition: all 0.3s ease;
	font-size: 36px;
  border-radius: 50%;
  padding: 35px 40px;
  background-color: rgba(255,255,255,0.7);
}


.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.investment-full-wrap {
	margin: 0 calc(calc(-100vw + 100%) / 2);
	padding: 50px 0 40px;
}

.below-investment-wrapper {
	padding: 0 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.investment-container {
	padding: 50px 0;
}

.bi-left {
	width: 48.5%;
	padding-bottom: 50px;
}

.bi-right {
	width: 48.5%;
	padding-bottom: 50px;
}

.bi-bottom {
	width: 100%;
	background: #000;
	padding: 20px;
	min-height: 68px;
	text-align: center;
	vertical-align: middle;
}

.bi-bottom .bi-title,
.bi-bottom .bi-title a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
}

.bi-img {
	margin-bottom: 50px;
}

.bi-content-duplex,
.bi-content-fourplex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

.bi-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.bi-content {
	padding: 0 25px;
}

#content .bi-content p {
	font-size: 20px;
	line-height: 1.3;
}

#content .bi-content p strong {
	font-weight: 500;
}

.bi-duplex-right,
.bi-fourplex-left {
	width: 70%;
}

.bi-details {
	background: #000;
	color: #fff;
	padding: 35px 35px 40px;
	margin-top: 50px;
}

.bi-details .bi-title {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.bi-details-info span {
	display: block;
	font-size: 18px;
	margin: 8px 0;
}

.bi-duplex-right .bi-title,
.bi-fourplex-left .bi-title {
	font-size: 25px;
	font-weight: 700;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
	.below-investment-wrapper {
		padding: 0 15px;
	}
	
	.bi-left,
	.bi-right {
		width: 100%;
	}
	
	.bi-duplex-right,
	.bi-fourplex-left {
		width: 100%;
	}
	
	.bi-content-duplex, .bi-content-fourplex {
		 flex-wrap: wrap; 
	}
	
	.bi-duplex-left,
	.bi-fourplex-right {
		width: 100%;
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {	
	
}

@media only screen and (max-width: 567px) {	
	.video-wrapper a em {
		font-size: 26px;
		padding: 25px 30px;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
	
}