
/*!
 * LH CSS
 */

.mainContentTable {
	width: 90%;
	margin: 0 auto;
}

.intro-header .container {
    background-color: rgba(0, 0, 0, 0.8);
}

.mainContentDiv {
	width: 90%;
	margin: 0 auto;
}

.mainContentColumn{
	vertical-align:top;
}

.feedsColumn {
    vertical-align:top;
	height:100%;
}

.videoHolder {
	margin: 0 auto;
	width:100%;
}

.centeredContentDiv{
	margin: 0 auto;
	text-align: center;
	background-color: black;
}

.videosPlaylistWrapper{
	width:70vw;
	height:45vw;
	margin: auto;
	margin-bottom:5%;
	text-align: center;
	border: 5px solid white;
}

.BandAWrapper{
	width:100%;
	height:100%;
	margin: 0 auto;
	text-align: center;
}

.gameViewWrapper{
	margin:auto;
	width:410px;
	height:510px;
	margin-bottom:5%;
	text-align: center;
	border: 5px solid white;
	background-image: url('http://i.imgur.com/6r4s1My.gif');
	background-position: center;
}

.gameScoreWrapper{
	width:100%;
	/*background-image: url('../img/videos-bg.jpg')*/
	background-image: url('../img/SkyLayer1.jpg');
	background-attachment: fixed;
	background-repeat: repeat-y;
}

.skyLayer2{
	width:100%;
	padding:3% 1% 3% 1%;
	background-image: url('../img/SkyLayer2.png');
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size:100%;
	background-position: center;
}

.gameDescriptionColumn{
	padding-left:2%;
}

/*!
 * Light YouTube Player
 */

    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("../img/arrow2.png") no-repeat;
        cursor: pointer;
    }