/*
Theme Name: Attorney Guss Child
Theme URI: https://attorneyguss.com/
Author: PixelChefs
Author URI: https://www.pixelchefs.com/
Description: Website for Attorney Guss
Template: attorney
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../attorney/style.css");

/**** bbc styles ****/

/** text and image block fix **/

/* containers */
.image-bg-list.bbc .left-bg-image {
    display: block !important;
}

/* left image */
.image-bg-list.bbc .left-bg-image-container * {
	position: absolute;
	object-fit: cover;
	object-position: center;
    width: 100%;
    height: 100%;
}

/* responsive */
@media screen and (max-width: 991px) {
    .image-bg-list.bbc .left-bg-image {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
	.image-bg-list.bbc {
		display: flex;
		flex-direction: column;
        gap: 30px;
	}
    .image-bg-list.bbc .left-bg-image .left-bg-image-container {
        z-index: 1;
        overflow: hidden;
    }
    .image-bg-list.bbc .left-bg-image .text {
        position: relative;
        z-index: 2;
        bottom: unset;
        transform: unset;
        padding: 30px;
        min-height: 300px;
        align-content: center;
    }
    .image-bg-list.bbc .left-bg-image .text :last-child {
        margin-bottom: 0 !important;
    }
}