* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*div {
    display: block;
}*/

.tovari-header {
    padding: 15% 0 10%!important;
}

.tovari-section .et_pb_row.box-row .box {
    padding: 15% 0;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}

.et_pb_column_2 {
    background-image: linear-gradient(180deg,rgba(2,59,126,0.5) 0%,rgba(2,59,126,0.5) 100%),url(../img/menu/harjoitukset.jpg)
}

.et_pb_column_3 {
    background-image: linear-gradient(180deg,rgba(2,59,126,0.5) 0%,rgba(2,59,126,0.5) 100%),url(../img/menu/hopeasompaajat.jpg);
}

@media (max-width: 980px) {
	.et_pb_column {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media (min-width: 981px) {
	.et_pb_section {
		padding: 4% 0;
	}
}

.et_pb_column, .et_pb_row, .et_pb_row_inner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
.et_clickable {
    cursor: pointer;
}

.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset!important;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}