﻿#video{
    width:100%!important;
    height:100%!important;
}
.background {
    position:relative;
}
body .home {
    height: 100%;
    min-height: 100%;
    font-weight: 400;
}
.collections {
    height: 100%;
    min-height: 100%;
    font-weight: 400;
    background-color: rgba(0,0,0,.4);
}
.page {
    background: rgba(0,0,0,.5);
    height: 100%;
}
#page #slider .background:before, #page>.background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
#page.contact-us .background{
    height:100%;
}
.collections .slick-initialized .slick-slide a {
    font-size: 14px;
}