@charset "utf-8";
/* CSS Document */
/*Catch Copy*/
.overview {
    margin-bottom: 3rem;
    text-align: center;
}
.overview h2 {
    font-size: 40px;
}

/*THE TRUE X SERIES REDEFINES HOME ENTERTAINMENT*/
[data-id="d1784516-1"] {
    background-color: #cccccc;
    max-width: 100%;
    padding: 3rem 0 0;
    margin-bottom: 6rem;
}
.heading-h2 h2 {
    text-align: center;
}
.custom-image-left,
.custom-image-right {
    margin-bottom: 6rem;
}
.custom-image-left .clearfix,
.custom-image-right .clearfix{ 
    display: flex;
    align-items: center;
}
.custom-image-right .clearfix{
	flex-direction: row-reverse;
}
.media-box.pull-left,
.media-box.pull-right{
    width: 100%;
}
.custom-image-left .text-box {
    width: 100%;
    margin-left: 3rem;
}
.custom-image-right .text-box {
    width: 100%;
    margin-right: 3rem;
}

/*YouTube*/
.movie-full-width{
	margin-bottom: 6rem;
}

/*Wave bar*/
.bg_bar .container-fluid {
	max-width: 100%;
	padding: 0;
	background-size: 100%;
}

/*DISCOVER TRUE SOUND*/
.av-sc-bnr-l {
    margin: 3rem 0 6rem;
}

@media screen and (min-width:768px) {
.bg_bar {
	position: relative;
	width: 100%;
	padding-top: 5.7%;
	margin: 6rem 0;
}
.bg_bar .container-fluid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100% !important;
	max-width: 100%;
}
}

@media screen and (max-width: 767px){
/*Catch Copy*/
.custom-image-left,
.custom-image-right {
    margin-bottom: 4rem;
}
.custom-image-left .clearfix,
.custom-image-right .clearfix{
    flex-wrap: wrap;
}
.custom-image-right .media-box img {
    padding-left: 0;
}
.custom-image-left .text-box {
    margin-left: 0;
}
.custom-image-right .text-box {
    margin-right: 0;
}
/*Wave bar*/
.bg_bar {
    margin: 3rem 0;
}
}