.hoverbox-icon-section {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); transform: translateY(-50%);
    padding: 0 20px;
}
.hoverbox-image-section {
    position: relative;
    overflow: hidden;
}
.hoverbox-image-section img {
    width: 100%;
}
.hoverbox-icon-section img {
    width: auto;
}
.hoverbox-title {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); transform: translateY(-50%);
    padding: 0 50px;
}