div.col-wrap-video {
	display: flex;
	margin-bottom: 10px;
}

div.col-wrap-video > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: none;
  /*height: 100%;*/
  margin: 0 0 0 10px !important;
  overflow: hidden;
  width: calc(33.33% - 6px);
  z-index: 1;
}

div.col-wrap-video div.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.7s ease-in-out;
  width: 100%;
}

div.col-wrap-video a:hover div.bg-img {
  transform: scale(1.05);
}

div.col-wrap-video iframe {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	width: calc(66.66% - 4px);
}

ul.campaign-retailer-list {
	list-style: none;
	padding: 0 !important;
}

ul.campaign-retailer-list li {
	padding: 20px;
}

ul.campaign-retailer-list li a {
	color: #000;
	white-space: nowrap;
}

ul.campaign-retailer-list li:nth-child(odd) {
	background-color: #b7b9bc;
}

ul.campaign-retailer-list li:nth-child(odd) a {
	color: #000;
}

ul.campaign-retailer-list li:nth-child(even) {
	background-color: #e7e7e7;
}

body.kampanja-se-no ul.model-navi, 
body.kampanja-se-no ul.specs, 
body.kampanja-se-no div#overview div.col-3:nth-child(2), 
body.kampanja-se-no div#overview div.col-3:nth-child(3) {
  display: none;
}

@media only screen and (max-width : 600px) {
  div.col-wrap-video {
		display: block;
	}

	div.col-wrap-video iframe {
		margin-bottom: 10px;
		width: 100%;
	}

	div.col-wrap-video > a {
		height: 160px;
		margin: 0 !important;
		width: 100%;
	}

  span.hide-mobile {
    display: none;
  }

  ul.campaign-retailer-list li strong {
    display: block;
  }
}

/* 600 */