#topBanner {
    display: none;
}

#boxHolder {
	width: 1150px;
	margin: 0 auto;
}

.ceilingBox {
    background-image: url(/data/images/home_images/ceiling.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.exteriorBox {
    background-image: url(/data/images/home_images/exterior.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lampsBox {
    background-image: url(/data/images/home_images/lamps.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wallBox {
    background-image: url(/data/images/home_images/wall.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fanBox {
    background-image: url(/data/images/home_images/fans.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -60px;
}

.fullBox {
    width: 98.2%;
    min-height: 170px;
    line-height: 170px;
    background-color: rgba(0, 0, 0, 0.3);
}


.textBox {
    box-sizing: border-box;
    margin: 10px auto;
    text-align: center;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

.boxTitle {
    font-size: 46px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.largeVBox {
    width: 48.2%;
    height: 500px;
    float: left;
    margin: 10px 10.3px;
    box-sizing: border-box;
}

.textBox:hover .overlayText {
    opacity: 1;
}

.overlayText {
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    position: absolute;
    font-size: 42px;
    transition: .3s all ease-in-out;
}

.overlayText span {
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
