.hs-titleWithimage-inner.clearfix {
    text-align: center;
}
.hs-titleWithimage {
    position: relative;
    text-align: center;
  	max-width: 615px;
	width:100%;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    margin-bottom: 35px;
  
}
.hs-titleWithimage a, .hs-titleWithimage a img
{
	width:100%;
}
.hs-titleWithimage:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.titleWithimage-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  top: 50%;
transform: translateY(-50%);
padding: 25px;
  line-height: 1.1;
}
.hs-titleWithimage:hover::before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.hs-titleWithimage::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 0;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.hs-titleWithimage a {
    display: inline-block;
    margin: 0;
}
.body-smarthome-inner-wrapper.body-container-wrapper .span6.widget-span.widget-type-cell, .body-smarthome-inner-wrapper.body-container-wrapper .row-fluid-wrapper.dnd-row {
    padding-bottom: 0 !important;
}
@media (max-width: 1359px) {
  .hs-titleWithimage {
   
}
@media (max-width: 999px) {
  .titleWithimage-text {
    font-size: 40px;
    padding: 20px;
}
@media (max-width: 767px) {
.body-smarthome-inner-wrapper.body-container-wrapper .span6.widget-span.widget-type-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
  .body-smarthome-inner-wrapper.body-container-wrapper .row-fluid-wrapper {
    padding: 0 !important;
}
  .hs-titleWithimage, .hs-titleWithimage a {
    line-height: 0;
}
}
@media (max-width: 575px) {
  .titleWithimage-text {
    font-size: 30px;
    padding: 15px;
}
}