﻿.behind-the-brand-interior
{
    display: block;
    position: relative;
}
.behind-the-brand-interior.collapsed-height
{
    background-color: rgba(0,0,0,0);
}
.behind-the-brand-interior.collapsed-height .behind-the-brand-interior-bg
{
    height: calc(100% + 10.375rem);
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior.collapsed-height .behind-the-brand-interior-bg:after
    {
        top: -10.375rem;
    }
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior.collapsed-height .stacked-component.collapse-bottom-padding
    {
        padding-top: 0;
    }
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior.collapsed-height .internal-bg
    {
        top: -2rem;
    }
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior.collapsed-height .internal-bg:before
    {
        height: 100%;
    }
}
.behind-the-brand-interior .behind-the-brand-interior-bg
{
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .1;
    transition: opacity .5s ease;
}
.behind-the-brand-interior .behind-the-brand-interior-bg:after
{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(25% + 2rem);
    top: 0;
    left: 0;
    background-image: url("../image/rock-and-roll.png");
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior .behind-the-brand-interior-bg:after
    {
        top: 0;
        height: 100%;
    }
}
@media screen and (min-width: 819px)
{
    .behind-the-brand-interior .stacked-component.collapse-bottom-padding
    {
        padding-top: 10.375rem;
    }
}
.behind-the-brand-interior .internal-bg
{
    position: relative;
}
.behind-the-brand-interior .internal-bg:before
{
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: var(--color-primary-200);
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior .internal-bg:before
    {
        top: 2rem;
        height: calc(100% - 2rem);
    }
}
.behind-the-brand-interior .image-content-capsule
{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: var(--text-spacing-xl);
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0);
    background-image: none;
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior .image-content-capsule
    {
        flex-direction: row;
        gap: var(--grid-horizontal-spacing-lg);
    }
}
.behind-the-brand-interior .image-pod
{
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 39rem;
    aspect-ratio: 1/1;
}
.behind-the-brand-interior .image-pod img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.behind-the-brand-interior .content-pod
{
    max-width: 39rem;
}
@media screen and (min-width: 820px)
{
    .behind-the-brand-interior .content-pod
    {
        max-width: 34.125rem;
    }
}
.behind-the-brand-interior .content-pod .display-2
{
    margin-bottom: var(--text-spacing-md);
}
.behind-the-brand-interior .content-pod .paragraph-lg
{
    margin-bottom: var(--text-spacing-xl);
}
.behind-the-brand-interior .btn-casing
{
    width: fit-content;
    background-color: rgba(0,0,0,0);
}
@media screen and (max-width: 819px)
{
    .behind-the-brand-interior .btn-casing .btn-lg
    {
        gap: var(--button-gap-md);
        padding: var(--button-padding-vertical-md) var(--button-padding-horizontal-md);
        font-size: .875rem;
    }
    .behind-the-brand-interior .btn-casing .btn-lg .icon
    {
        width: 1rem;
        height: 1rem;
    }
}