/* Full width cover container - height follows image */
.torr-block-cover {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    min-height: unset;
}

.torr-block-cover .wp-block-cover__inner-container {
    position: absolute !important;
}

/* Image adjusts height automatically */
.wp-block-cover.torr-block-cover img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

/* Center text both vertically and horizontally */
.wp-block-cover__inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.torr-block-cover .wp-block-cover__inner-container p:last-child {
  margin-bottom: 0;
}