/* Concept One -----------------------------------------*/


section#web-body.inside{
	overflow: hidden;
}

.main-content {
    display: block;
    overflow: hidden;
}

.home-kickstarter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.prlx-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.prlx-bg img {
    display: none;
}

img, iframe {
    max-width: 100%;
}

.grid__col a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.grid__col p {
    font-size: 12px;
    margin: 2rem;
    color: #fff;
    opacity: 1;
    font-weight: bold;
    display: inline;
    padding: 10px;
    text-transform: uppercase;
}


.grid__col:hover p {
    background: rgba(255, 255, 255, 0.91);
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media (max-width: 767px) and (min-width: 100px){
	.video-background {
	    width: 130%;
	    height: 130%;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 1;
	    margin-top: 5%;
	    padding-bottom: 56.25%;
	    z-index: -9999;
	}
}

@media (max-width: 959px) and (min-width: 768px){
	.video-background {
	    width: 140%;
	    height: 140%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    pointer-events: none;
	    -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    z-index: -9999;
	}
}

@media (max-width: 1199px) and (min-width: 960px){
	.video-background {
	    width: 110%;
	    height: 110%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    pointer-events: none;
	    -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    z-index: -9999;
	}
}

@media (min-width: 1200px){
	.video-background {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    pointer-events: none;
	    -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    z-index: -9999;
	}
}

@media (max-width: 767px) and (min-width: 100px){
	.video-foreground, .video-background iframe {
	    width: 130%;
	    height: 130%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    pointer-events: none;
	    -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    z-index: -9999;
	}
}

@media (max-width: 959px) and (min-width: 768px){
	.video-foreground, .video-background iframe {
	    width: 100%;
	    height: 140%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    pointer-events: none;
	    -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    z-index: -9999;
	}
}

@media (max-width: 1199px) and (min-width: 960px){
	.video-foreground, .video-background iframe {
	    width: 110%;
	    height: 110%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    pointer-events: none;
	    -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    z-index: -9999;
	}
}

@media (min-width: 1200px){
	.video-foreground, .video-background iframe {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    pointer-events: none;
	    -ms-transform: scale(1.2);
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	}
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.wrapp.wrapper--margins {
    padding: 0 0 0 0;
}

.grid, .grid--rev, .grid--full, .grid-uniform {
    *zoom: 1;
}

.grid, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -8%;
}

.grid {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 640px){
	.grid {
	    display: flex;
	}
}

.grid__col {
    width: 100%;
    height: 35px;
    padding-top: 25px;
    background-color: transparent;
    background-position: center;
    border: 1px solid #e4e4e4;
    flex: 1;
    opacity: 0.7;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (min-width: 100px){
	.grid__col {
	    margin-bottom: 0;	    
		height: 25vh;
		opacity: 1;	
	}
}

@media (min-width: 640px){
	.grid__col {
	    margin-bottom: 0;
	    height: 45vh;
	    opacity: 0.7;
	}
}

@media (min-width: 640px){
	.grid__col:first-child {
	    margin-left: 0;
	}
}

.grid #one, .grid #two, .grid #three, .grid #four, .grid #five {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    cursor: pointer;
}
	
@media only screen (max-width: 639px) and (min-width: 100px){
	.grid #one, .grid #two, .grid #three, .grid #four, .grid #five {
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    width: 100%;
	    z-index: 3;
	    opacity: 1;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	}
}

@media only screen and (min-width: 640px){
	.grid #one:hover, .grid #two:hover, .grid #three:hover, .grid #four:hover, .grid #five:hover {
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    width: 100%;
	    z-index: 3;
	    opacity: 1;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	}
}

@media (max-width: 639px) and (min-width: 100px){
	.grid #one {
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2018/12/brookefraser.png');
	}
	
	.grid #two{
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2018/12/1419734741899-1.jpg');
	}
	
	.grid #three {
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2018/12/B-SIDES-1.jpg');
	}
	
	.grid #four {
	    background-image: url('https://i.scdn.co/image/795af2f5e1417fa9fbbfda1c7f72dfc68260a9bd');
	}
	
	.grid #five {
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2014/07/10254256_740477722659766_2142607336_n.jpg');
	}
}

@media only screen and (min-width: 640px){
	.grid #one:hover {
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2018/12/brookefraser.png');
	}
	
	.grid #two:hover {
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2018/12/1419734741899-1.jpg');
	}
	
	.grid #three:hover {
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2018/12/B-SIDES-1.jpg');
	}
	
	.grid #four:hover {
	    background-image: url('https://i.scdn.co/image/795af2f5e1417fa9fbbfda1c7f72dfc68260a9bd');
	}
	
	.grid #five:hover {
	    background-image: url('http://www.brookefraser.com/wp-content/uploads/2014/07/10254256_740477722659766_2142607336_n.jpg');
	}
}