#sd2-container-perspectives07 .item {
    background-image: url(../img/mainvisual.jpg);
}

@media screen and (max-width: 640px) {
    #sd2-container-perspectives07 .item {
        background-image: url(../img/mainvisual_sp.jpg);
    }
}

.sd2-container.use-module .module-a.extended {
    width: 755px;
}

.sd2-container.use-module .module-o.perspective .speaker-item:nth-child(2) {
    margin-left: 0%;
    margin-right: 11%;
}
.sd2-container.use-module .module-g .mod-columns .img-box {
	height: auto;
}
.sd2-container.use-module .module-m .img-box {
	max-height: none;
}
.sd2-container.use-module .module-m .img-box {
    max-height: none;
}
@media screen and (max-width: 640px) {
	.sd2-container.use-module .module-a.extended {
		width: 100%;
	}
	.sd2-container.use-module .mod-txt.margin {
		text-align:left;
	}
	.sd2-container.use-module .module-m .txt-box {
		text-align:left;
	}
	.sd2-container.use-module .module-r .mod-txt.center {
		text-align:left;
	}
    .sd2-container.use-module .module-o.perspective .speaker-item:nth-child(2) {
		margin-right: 0%;
	}
	.sd2-container.use-module .module-o.perspective .speaker-index.sp-2col .speaker-item.sp-order-2 {
		margin-right: 11%;
	}
	.sd2-container.use-module .module-o .speaker-index.sp-2col .speaker-item.sp-order-3 {
		 margin-top: 20px; 
	}
}