.diy-landing-img-slider {
    position: relative;
    box-shadow: 0px 0px 20px 0px #00000040;
}
.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;
}
@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;
	}
}
@media (min-width: 1600px) {
	.diy-container-y.page-wide .diy-landing-img-slider {
		margin-left: -50px;
		margin-right: -50px;
	}
}