header.interior {

}
header.interior h1 {
    font-size: 3.6rem;
    line-height: 110%;
    color: #252526;
    margin: 14px 0 16px;
    text-transform: capitalize;
}
.breadCrumbs {
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: .028rem;
    color: #333333;
    margin-top: 11px;
}
.breadCrumbs span {position: relative;display: inline-block;padding-right: 26px;}
.breadCrumbs span:not(:last-of-type):after {
    content: '';
    height: 10px;
    width: 6px;
    position: absolute;
    right: 8px;
    background: url(../svg/chevron-slider-next-blk.svg) center no-repeat;
    background-size: 12px 8px;
    display: inline-block;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-intro .arrow-link {
    text-decoration: none;
}
.page-intro .arrow-link.red {
    margin-top: 40px;

}
header.interior .header-img-container-wrapper-outer {
    max-height: 576px;
    overflow: hidden;
}
header.interior .header-img-container-wrapper {
    padding-top: 40%;
    width: 100%;
    position: relative;
}
header.interior .header-img-container {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    js-display: flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

header.interior .header-img-container > div {
    max-height: 576px;
    position: relative;
}
header.interior .header-img-container > div:first-of-type {
    width: 60%;
}
header.interior .header-img-container > div:last-of-type {
    width: 40%;
}
header.interior .header-img-container > div img {
    position: absolute;
    margin: auto;
    bottom: -9999px;
    top: -9999px;
    right: -9999px;
    left: -9999px;
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover;
    transition: unset;
}
.our-company header.interior {
    position: relative;
}
.our-company header.interior .peters-stamp {
    max-width: 220px;
    min-width: 110px;
    display: block;
    position: absolute;
    width: 15.2%;
    left: 57.6%;
    bottom: 0;
}
.our-company header.interior .peters-stamp span {
    content: '';
    background: url(../png/peters-billiards-est1957.png) center no-repeat;
    background-size: 90%;
    z-index: 1;
    position: absolute;
    width: 100%;
    display: block;
    bottom: -35px;
    padding-top: 100%;
}
.team-cols {
    margin-top: 10px;
}
.team-cols .img-container{
    background: #F0F0F0;
    position: relative;
    width: 100%;
    padding-top: 130%;
    margin-bottom: 20px;
}
.team-cols .img-container img{
    position: absolute;
    margin: auto;
    bottom: 0;
    right: -9999px;
    left: -9999px;
    height: 95%;
    width: 95%;
    max-width: none;
    object-fit: cover;
    transition: unset;
}
.cols4.commit-cols .col {
    border-bottom: 20px solid #000;
    padding: 60px 20px 80px;
}
.cols4.commit-cols .col h3 {
    margin-bottom: 20px;
}
.cols2.txt-images .col:last-of-type {
    padding-top: 20px;
}
.cols4.commit-cols .col, .cols4.team-cols .col {
    margin: 0 0 22px;
}
@media only screen and (min-width: 500px) {
    .cols4.commit-cols,
    .cols4.team-cols {
        width: calc(100% + 18px);
        margin-left: -9px;
    }
    .cols4.commit-cols .col, .cols4.team-cols .col {
        width: calc(50% - 18px);
        margin: 12px 9px;
    }
}
@media only screen and (min-width: 850px) {
    .cols2.txt-images,
    .cols4.commit-cols,
    .cols4.team-cols {
        width: calc(100% + 36px);
        margin-left: -18px;
    }
    .cols4.commit-cols .col,
    .cols4.team-cols .col {
        width: calc(25% - 36px);
        margin: 18px;
    }
    .cols2.txt-images .col{
        width: calc(50% - 36px);
        margin: 18px;
    }
    .cols2.txt-images .col:first-of-type {
         order: 2;
     }
    .cols2.txt-images .col:last-of-type {
        order: 1;
    }
    header.interior h1 {
        font-size: 6rem;
        margin: 30px 0 35px;
    }
}