	.wp-page-bg{
		background:url('../jpg/background-1920x1299.jpg') no-repeat top center;
		background-size:cover;
		padding-bottom: 30px;
	}

	.wd-mr-2{
    margin-right: 2px;
  }
  .wd-ml-2{
    margin-left: 2px;
  }

	.wp-about-box {
		position:relative;
		height:299px;
		position:relative;
		overflow:hidden;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    z-index: 0;
	}

  .wp-about-box .core-container{
    position: relative;
    height: 299px;
  }

	.wp-about-box::after{
		background: rgba(0,0,0,0.4);
		position:absolute;
		left:0;
		top:0;
		height:100%;
		width:100%;
		content: "";
		z-index:1;
		pointer-events:none;

		transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.wp-about-box:hover::after{
		background: rgba(0,0,0,0);
	}

	.wp-about-box .wp-about-text{
		position:absolute;
		left:20px;
		bottom:20px;
		z-index:2;
    width: calc(100% - 40px);
	}

	.wp-about-box h3{
		font-size:14px !important;
		/*color: #0696d7;*/
		color: #ffffff;
		margin-bottom:3px !important;
		text-transform: uppercase;
	}

	.wp-about-box h2{
		font-size:19px !important;
		color: #fff;
		font-weight:500 !important;
		line-height:21px !important;
		text-transform: uppercase;
	}

  .wp-about-box h2 a{
    text-decoration: none !important;
    border: none !important;
    color: #fff !important;
  }

	.wp-about-box p{
		font-size: 15px !important;
		font-weight: 300 !important;
		line-height: 19px !important;
		color: #ffffff;
		margin:5px 0 0 !important;
	}


	@media only screen and (max-width: 40.063em){
		.box-wrapper {
			margin-right:0;
			margin-left:0;
			margin-bottom:8px;
		}
	}

