.contact-address-box {
	width: calc(33.33% - 33.33px);
	margin-bottom: 50px;
	margin-right: 50px;
	position: relative;
	z-index: 5;
}

.contact-address-box:nth-child(3n) {
    margin-right: 0;
}

.contact-address-box h2 {
    font-size: 3.5em;
}

.contact-address-box .extra li:last-child {
	font-family: 'Poppins-Bold';
}

.contact-icon-wrap-1 {
	position: absolute;
	top: 100px;
	left: -100px;
	width: 150px;
	height: 150px;
}

.contact-icon-1 {
	height: 100%;
	width: 100%;
	background-position: right;
	background-image: url(../img/svg/ico-contact-boxes-1.svg);
}

.contact-icon-wrap-2 {
	position: absolute;
	bottom: -250px;
	left: 20%;
	width: 350px;
	height: 350px;
}

.contact-icon-2 {
	height: 100%;
	width: 100%;
	background-image: url(../img/svg/ico-contact-boxes-2.svg);
}

.contact-video-wrap {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.contact-video {
    width: 100%;
    height: 100%;
}



/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 1320px) {
	
	.contact-address-box h2 {
		font-size: 3em;
	}
	
}




@media screen and (max-width: 1024px) {
	
	.contact-address-box {
		width: calc(50% - 25px);
	}

    .contact-address-box:nth-child(3n) {
        margin-right: 50px;
    }
    
    .contact-address-box:nth-child(2n) {
        margin-right: 0;
    }
	
	.contact-icon-wrap-1 {
		top: 75px;
		left: -100px;
		width: 125px;
		height: 125px;
	}
	
}



@media screen and (max-width: 480px) {
	
	.contact-address-box {
		width: 100%;
        margin-right: 0;
	}

    .contact-address-box:nth-child(3n) {
        margin-right: 0;
    }

}