@charset "utf-8";
/* CSS Document */
.img-responsive {
  width: 100% !important;
}
/*LITTLE BIG SOUND*/
.overview h2 {
    text-align: center;
}
.ngc-1-in-a-row.overview_img .wrapper {
    padding: 0;
	margin-bottom: 6rem;
}
.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;
}
/*PERFECT TEAMWORK*/
.heading-h2 h2 {
	text-align: center;
	margin-bottom: 3rem;
}
[data-id="d1784516-1"] {
    background-color: #cccccc;
    max-width: 100%;
    padding: 3rem 0 6rem;
    margin-bottom: 6rem;
}
/*Wave bar*/
.bg_bar .container-fluid {
    max-width: 100vw;
    margin: 0 0 6rem;
    padding: 0;
}
.bg_bar .wrapper {
	padding: 0;
}
.bg_bar .list-inline-img {
    border-spacing: 0;
    margin: 0;
	width: 100vw;
}

@media screen and (max-width: 767px){
/*LITTLE BIG SOUND*/
.overview_img .list-inline-img {
    display: none;
}
.ngc-1-in-a-row.overview_img .wrapper {
	margin-bottom: 4rem;
}
.custom-image-left,
.custom-image-right {
    margin-bottom: 4rem;
}
.custom-image-left .clearfix,
.custom-image-right .clearfix{
    flex-wrap: wrap;
}
.custom-image-left .text-box {
    margin-left: 0;
}
.custom-image-right .text-box {
    margin-right: 0;
}
/*Wave bar*/
.bg_bar .container-fluid {
    margin: 0 0 4rem;
}
}