<style>
.prod_spec_container {
  display: flex;
  flex-wrap: wrap;
}

.prod_spec_container  .prod_section {
/* width: 100%; */
word-break: normal; 
/* font-family: Arial, Montserrat, 'source sans pro', 'Microsoft YaHei', 'Noto Serif TC', SimHei; */
/* margin: 0px 0px 0px 16.6319px;  */
margin-left: 20px;
margin-right: 15px;
float: left; clear: right; color: rgb(48, 48, 48); font-size: 13.3333px;
}

.prod_spec_container  .prod_spec_style {
word-break: normal; margin-top: 10px;
}

.prod_spec_container  b {
	word-break: normal; margin-top: 10px; 
	font-weight: bold;
	/* display: block; */
}

.prod_spec_container  b::before {
    content: '\A';
    white-space: pre;
}

.prod_spec_container  b::after {
    content: "\00a0";
}

.product-right-custom {
	height: 600px;
	overflow-y: auto;
}

.product-grid .product-thumb .prc-cnt {
	width: 93%;
	text-align: center;
}

@media only screen and (max-width: 600px) {
    
    .img-responsive {
        max-width:200%;
        
    }
    #slideshow0 img {
        /* width: 150%; */
    }
    #slideshow0 .owl-item {
        
    }
    #slideshow0 .item {
        
    }
    .cms-banner-inner{
    display: block;
    }
}


.product-info .product-image .customNavigation span.prev:hover { 
background-position:0 -45px;
}

.product-info .product-image .customNavigation span.next:hover {
background-position:-97px -45px;
}

.product-info .product-image .customNavigation span.next {	
    height: 28px;
}

.product-info .product-image .customNavigation span.prev {
    height: 28px;
}

.information-contact .panel-body {
	overflow: hidden;
}

.youtubeVideoSize {
    width: 560px;
    height: 315px;
}

@media only screen and (max-width: 600px) {
    .youtubeVideoSize {
    width: 315px;
	height: 270px;
    }
}
</style>