.diy-landing-img-slider {
    position: relative;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.13);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.diy-landing-img-slider-item {
    height: 260px;
    background-size: cover;
    background-position: center;
}
.diy-landing-img-slider .slider-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.diy-landing-img-slider .slider-arrow.arrow-prev {
    left: 1%;
}
.diy-landing-img-slider .slider-arrow.arrow-next {
    right: 1%;
}
.diy-landing-img-slider .slider-arrow svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}
.diy-container-y.page-wide .diy-landing-img-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.diy-container-y.diy-reduce-top .diy-landing-img-slider {
    margin-top: -15px;
}
@media (min-width: 768px) {
    .diy-landing-img-slider-item {
        height: 400px;
    }
}
@media (min-width: 1200px) {
    .diy-landing-img-slider-item {
        height: 600px;
    }
	.diy-container-y.page-wide .diy-landing-img-slider {
		margin-left: -30px;
		margin-right: -30px;
    }
    .diy-container-y.diy-reduce-top .diy-landing-img-slider {
        margin-top: -30px;
    }
}
@media (min-width: 1600px) {
	.diy-container-y.page-wide .diy-landing-img-slider {
		margin-left: -50px;
		margin-right: -50px;
    }
    .diy-container-y.diy-reduce-top .diy-landing-img-slider {
        margin-top: -50px;
    }
}