body {
    padding-bottom: 50px;
    padding-top: 100px;
}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.navbar {
    background-color: white;
    border: 0;
    height: 100px;
}
.navbar-brand {
    height: 60px;
    left: 30px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 9px;
    width: 60px;
    z-index: 9;
}
.navbar-brand img {
    margin: 10px 10px 0 0;
}
.navbar-brand svg {
    height: 100%;
    width: 100%;
}

.page-header {
    border: 0;
    font-size: 26px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.press-text {
    font-size: 20px;
    margin: 20px 0 0;
}
.press-text + ul {
    font-size: 18px;
}
.press-text + ul a {
    text-decoration: underline;
    color: #333;
}

.row {
    font-size: 0;
}
.row .thumb {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.thumbnail {
    border: 1px solid #8C8C8C;
    border-radius: 0;
    padding: 0;
}
a.thumbnail:hover {
    border-color: #8C8C8C;
}

footer {
    margin: 50px 0;
}

#blueimp-gallery .download {
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 21px;
    margin: -15px;
    opacity: .8;
    padding: 15px;
    position: absolute;
    right: 15px;
    text-shadow: 0 0 2px #000;
    top: 60px;
}
#blueimp-gallery.blueimp-gallery-controls .download {
    display: block;
}
#blueimp-gallery .download:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    opacity: 1;
}
