@charset "utf-8";
/*Common*/
.heading-h2 h2 {
    text-align: center;
    margin-top: 100px;
}

/*Take your sound*/
.overview {
    text-align: center;
}

/*SOUND*/
/*CONTROL*/
/*VERSATILITY*/
[data-id="d1784516-1"],
[data-id="d1784516-3"],
[data-id="d1784516-5"]{
    background-color: #333333;
    color: #ffffff;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
[data-id="d1784516-1"] a,
[data-id="d1784516-3"] a,
[data-id="d1784516-5"] a{
	color: #ffffff;
}

/*Modal*/
.modal-dialog {
    color: #333333;
}
.media-box.pull-right {
    max-width: 60%;
}

/*Make Waves bar*/
.h3-image-bottom.img_pc img,
.h3-image-bottom.img_mobile img {
  padding: 0;
  width: 100%;
}
.h3-image-bottom.img_pc .media-box,
.h3-image-bottom.img_mobile .media-box {
  margin: 0;
}
.h3-image-bottom.img_pc .container-fluid,
.h3-image-bottom.img_mobile .container-fluid {
  max-width: 100%;
  margin: 5em 0;
  padding: 0;
}

@media screen and (max-width: 767px){
/*SOUND*/
/*CONTROL*/
/*VERSATILITY*/
[data-id="d1784516-1"] .row,
[data-id="d1784516-3"] .row,
[data-id="d1784516-5"] .row{
    margin-left: 0;
    margin-right: 0;
}
/*Modal*/
.media-box.pull-right {
    max-width: 100%;
}
}