        .exhibition {
            position: absolute;
            bottom: 70px;
            z-index: 999;
            width: 100%;
        }
        .exhibition p {
            font-family: 'Libre Baskerville',serif;
            color: #fff;
            font-size: 20px;
            background-color: black;
            padding: 20px;
        }
        
        .exhibition:hover {
            opacity: 0.8;
        }
        .feefo {
            position: absolute;
            top: 40%;
        }
        .button-orange {
        font-size: 20px;
        }
        
        @media (max-width:450px){
            img#beag {width:100px;height:122px;}
                    .button-orange {
                    font-size: 14px;

        }}
        @media (max-width: 767px){
        .home-content-area p {
        margin-top: 30px!important;
        }}
        @media (max-width:1024px){
        #large-carousel {
        max-height:540px;
        } }
        @media (max-width:768px){
        #large-carousel {
        max-height:430px;
        }
        img#beag {margin-top:50px;height:90px;width:74px;}
         }
         
        .video-container {overflow: hidden;}
        .video-container video {
            height: 100%;
            width: 177.77777778vh; /* 100 * 16 / 9 */
            min-width: 100%;
            min-height: 56.25vw; /* 100 * 9 / 16 */
            position: absolute;
            left: 50%; /* % of surrounding element */
            top: 50%;
            transform: translate(-50%, -50%); /* % of current element */
        }
        @media (max-width:700px){
                        .top-tels-etc {
                        font-size:14px;left:20px;
                        }

        }
        @media (max-width:900px){
            .featured-holder {
            width: 100%;
            height: auto;
            }
            .featured-pics {
            height: auto;
            width: 120%;
            }
        }
        .fancy {
        padding-bottom: 5px;
        }
