/*  ------  dts   ------  */

.ds9__page .ds9__compare-item-texture-img {
    width: 140px;
    margin: 0 auto;
}

.cstm-break{
	display: none;
}

.go-to-top > img:nth-child(1){
	margin-top: 5px;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.cstm-break{
		display: initial;
	}
	.go-to-top > img:nth-child(1) {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.ds__page .ds__compare-item-text{
		font-size: 12px;
	}
}
