.slick-prev:before, .slick-next:before {
    color: gray;
    font-size: 40px;
}

.slick-prev, .slick-next {
    height: 40px;
    width: 40px;
    font-size: 40px;
}

.slick-next {
    right: -70px;
}

.slick-prev {
    left: -70px;
}

.slick-slide > div {
    padding: 20px
}

.slick-slide button {
    border: 0;
    padding: 0;
    background-color:white;
}
    .slick-slide button p {
        margin:16px 0 0;
        display:none;
    }

    .slick-slide button:focus {
        outline: none;
    }

.slick-current > div {
    padding: 0
}

.showBuilding {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2018;
}

@media (min-width : 768px) {
	#showBuildingImg{
		width: 100%;
		max-width: 765px;
	}
	
    .bd__1mHaX {
        height: calc(100vh - 13.25em);
        max-height: 45em;
        margin: 6.62em auto;
        text-align: right;
    }
    .bd__rmHaX {
		height: calc(100vh - 13.25em);
        max-height: 45em;
        margin: 6.62em auto;
        text-align: left;
	}
	.bd_t h{
    	height: 6.62em;
	}
    .bd_e p {
		width:75%;
	}
}

@media (max-width : 767px) {
	
	#showBuildingDiv>div.row{
		padding: 1.5rem;
	}
	#showBuildingDiv {
	    overflow: auto;
	}
	.bd__rmHaX{
		margin-top: 1.5rem;
		text-align: center;
	}
}
		
	.bd_t h2,
	.bd_e {
		color:white;
	}
	
	

.hd__1bpVW {
    height: auto;
    position: relative;
}

.closeButton__ZC5ql {
    font-size: 3em;
    top: 0;
    right: .5em;
    background: none;
    border: none;
    color:white;
}

@media (min-width : 992px) {
    .showBuildingContainer{
        padding:0 100px;
    }
}
    