.gsoft28-block {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.gsoft28-block.custom-height {
    height: auto;
}

.gsoft28-block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.gsoft28-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.gsoft28-block .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gsoft28-block .background-image.parallax {
    background-attachment: fixed;
}

.gsoft28-block .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gsoft28-block .background-video.fixed{
    position:fixed;
}

.gsoft28-block .content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gsoft28-block .content.position-top {
    justify-content: flex-start;
}

.gsoft28-block .content.position-bottom {
    justify-content: flex-end;
}

.gsoft28-block .content.position-left {
    align-items: flex-start;
}

.gsoft28-block .content.position-right {
    align-items: flex-end;
}

.gsoft28-block .wp-block-columns{
    background-color:transparent;
}


.gsoft28-block .wp-block-columns{
    position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  max-width: 800px !important;
  padding: 40px 20px !important;
  box-sizing: border-box !important;
  text-align: center !important;
}


.gsoft28-block .wp-block-image {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto 15px auto !important;
  display: block !important;
}

