﻿header {
    height: 150px;
    background-color: #e6e6e6;
}

    header .logo-fff {
        margin: auto;
        top: -23px;
        position: relative;
    }

#photo_carousel {
    max-width: 800px;
}

    #photo_carousel .carousel-inner img {
        width: 100%;
        height: 100%;
    }

@media (max-width :960px) {
    video {
        width: 100%;
        height: auto;
    }
}