
#news-holder {
    display: flex;
    justify-content: center;
}

.news-item {
    width: 33%;
    background-size: cover;
}

.news-logo-holder {
    height: 76px;
    vertical-align: bottom;
    display: block;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.news-logo {
    max-height: 76px;
    max-width: 160px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}

.news-video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 244px;
    margin: 0.4em 0.2em 0.2em 0.2em ;
}
.news-logo img {
    vertical-align: bottom;
    max-height: 76px;
}


.news-video {
    max-width: 376px;
    max-height: 244px;
    width: 100%;
}

.news-video img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wistia-video-play-button {
    position: relative;
    top: 50%;
    left: 50%;
    background-color: black;
    padding: 2em;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid white;
}

section#reviews {
    background-color: rgb(251, 251, 251);
    width: 100%;
}


#reviews-holder {
    display: flex;
    justify-content: space-between;
}

.review-item {
    width: 30%;
}

.review-title {
    font-style: italic;
    font-weight: bold;
    color: #3abeb0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1.4em;
}

.review-content {
    font-weight: normal;
    color: #112d35;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 2em;
}


#bottom-holder,
#bottom-coupon-holder {
    background: url(/wp-content/themes/angelsense/images/promotions/2021/Coupon20_over_Butt-img_Desk_US.png) no-repeat center top;
    padding-top: 128px;
    width: 295px;
    display: block;
    margin: 4em auto 1em;
    text-align: center;
}

body.CA #bottom-holder,
body.CA #bottom-coupon-holder {
    background: url(/wp-content/themes/angelsense/images/promotions/2021/Coupon20_over_Butt-img_Desk_CA.png) no-repeat center top;
}

body.GB #bottom-holder,
body.GB #bottom-coupon-holder {
    background: url(/wp-content/themes/angelsense/images/promotions/2021/Coupon20_over_Butt-img_Desk_UK.png) no-repeat center top;
}

.flex-holder {
    display: flex;
    justify-content: space-between;
}

#main-content section.bottom {
    text-align: center;
    padding: 2em;
}

#main-content section.bottom p {
    font-size: 1em;
}

@media all and (max-width: 768px){

    #main-content section#angelsense-kit,
    #main-content section#news,
    #main-content section#reviews {
        padding: 2em 1em;
    }

    .section-title {line-height: 1.3em}

    .flex-holder {
        display: flex;
        flex-direction: column;
    }

    .flex-holder #kit-features{
        order: 2;

    }

    .flex-holder #kit-image {
        order: 2;
    }

    section#news .section-title {
        font-weight: bold;
    }

    section#news #news-holder,
    section#reviews #reviews-holder{
        flex-direction: column;
    }

    section#news .news-item,
    section#reviews .review-item {
        width: 100%;
        margin-bottom: 1em;
    }

    .news-logo {
        max-height: 55px;
        max-width: 147px;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        margin: auto;
    }

    #news-holder div.news-item:nth-of-type(2) {
        margin-top: -1em;
    }

}

#formerror {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
    color: white;
    background-color: #6f6f6f;
    border-radius: 6px;
    margin-top: 0.5em;
    line-height: 1.5em;
    margin-bottom: -1.5em;
}