.main-container {
	background:#11080d;
}
.main-container .custom-col-left {
	background: url("images/left-image-1.jpg") no-repeat;
	transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
	
    min-height: 642px;
}
.main-container .custom-col-right{
	background: url('images/right-image-1.jpg')  no-repeat;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;

	
    min-height: 642px;
}
.main-container .custom-col-left:hover {
	background: url("images/left-image-2.jpg")  no-repeat;	
   
}
.main-container .custom-col-right:hover{
	background: url('images/right-image-2.jpg')  no-repeat;
	
    
}
.logo {
	position:absolute;
	top:20px;
	z-index:999;
	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.left-text {
	padding-top: 50%;
    color: #fff;
    font-weight: 900;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
}
.right-text {
	padding-top: 50%;
    color: #fff;
    font-weight: 900;
    line-height: 25px
    font-family: 'Lato', sans-serif;
}
.left-button {
	padding-top: 70%;
}


@media screen and (min-width: 1367px) {
	.main-container .custom-col-left {	
    min-height: 900px;
}
.main-container .custom-col-right {	
    min-height: 900px;
}
}
















