#main-video video{
	width: 100%;
	max-width: 100%;
}
#photosCarousel{
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin : 0;
}
.photos{
	max-width: 100%;
	width: 100%;
}

.aui .photos>.item>img, .aui .photos>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
    width: 100%;
    max-height: 90%;
}
.aui .photos a.title{
	display: block;
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    min-height: 42px;
}