﻿.brillBannerBand{
    top: 0px;
    left:10px;
    height: 150px;
    display: flex;
    position: absolute;
    flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 70%;
    }

.brillcontent > h2 {
    font-size: 4em;
    }
.brillcontent > hr {
    height: 1px;
    background-color: #ffffff;
    border: none;
    margin: 0;
    }
.brillcontent > .title {
    margin-bottom:0px;
    line-height: 0.7;
    }
.playfair {
    font-family: 'Playfair', serif;
    color: #ffffff;
    }
.dictionary {
        font-size: 120%;
    }
.italics{
        font-weight: 600;
        font-style: italic;
    }
.poppins {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    }
.tagline {
        font-weight: 600;
        max-width: 250px;
        font-size: 105%;
    }
.brillcontent{
    padding: 15px 20px; 
    }
@media (min-width: 479px) {
        .brillBannerBand {
            font-size: inherit;
        }
    }
@media only screen and (min-width: 960px){
        .brillBannerBand {
        height: 190px;
        }
    }
@media only screen and (min-width: 1281px){
        .brillBannerBand {
        top: 180px;
        }
    }
@media only screen and (min-width: 1440px){
        .brillBannerBand {
        height: 285px;
        left:unset;
        }
        .brillcontent {
        zoom: 1.5;  
        }
    }
@media only screen and (min-width: 1476px){
        .brillBannerBand {
        margin-left: -17px;
        }
    }
