/* Marketing */
.mkt { /* placeholder-class */ }
.mkt a {  }
.mkt img { width: 100%; margin-left: auto; margin-right: auto; }

.mkt .mkt-leader-1 { width: calc(33% - 0.5rem);  }
.mkt .mkt-leader-1 img { max-width: 365px; max-height: 90px; width: 100%; }
.mkt .mkt-leader-2 { width: calc(66% - 0.5rem); }
/* .mkt .mkt-leader-2 a { display: block; margin-left: auto; margin-right: auto;} */
.mkt .mkt-leader-2 img { max-height: 90px; max-width: 728px; width: 100%; }

.mkt .mkt-300-1 { margin-left: auto; margin-right: auto; max-width: 300px; }
.mkt .mkt-300-1 img { max-height: 100px; max-width: 300px; width: 100% ;}
.mkt .mkt-365-1 {  }
.mkt .mkt-365-1 img { max-width: 365px; max-height: 90px; width: 100%; }


.mkt .mkt-230-1 {  }
.mkt .mkt-230-1 img { max-width: 230px; max-height: 90px; width: 100%; }
.mkt .mkt-728-1 {margin: 50px 0 50px 0;}
.mkt .mkt-728-1 a { display: block; margin-left: auto; margin-right: auto; padding: 1rem;}
.mkt .mkt-728-1 img { max-height: 90px; max-width: 728px; width: 100%; }

.mkt .mkt-300-3 { text-align: center; max-width: 300px; margin-left: auto; margin-right: auto; }
.mkt .mkt-300-3 a { display: block; margin-left: auto; margin-right: auto; }

.mkt .mkt-300-3 .flex-column div.cycle2me + div.cycle2me { margin-top: 1rem; } */

.mkt .mkt-300-3 img { width: 100%; height: auto; max-width: 300px; }

.mkt .mkt-395-1 { }
.mkt .mkt-395-1 a { display: block; width: 100%; }
.mkt .mkt-395-1 img { width: 100%; height: auto; }
div.card-image-top .mkt .mkt-395-1 img { border-top-left-radius: .25rem; border-top-right-radius: .25rem }

.mkt .mkt-180-col { max-width: 180px; }
.mkt .mkt-180 { text-align: center; }
.mkt .mkt-180 a { display: block; }
.mkt .mkt-180 a + a { margin-left: 1rem;}
.mkt .mkt-180 img { width: 100%; height: auto; max-width: 180px; }

.header-block-mobile {
	display: none !important;
	width: 100%;
	padding: 5px 5px 25px 10px;
	bottom: 0;
	position: fixed;
	right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 100000000;
	background: rgba(255,255,255,0.8);
}

.marketplace-ad img {
	max-width: 100%;
	height: auto;
}


@media (max-width: 768px) {
  .mkt .mkt-leader-1 img { text-align: center; margin-left: auto; margin-right: auto; max-width: 230px; max-height: 90px; width: 100%; }
}
@media (max-width: 576px) {
  .mkt .mkt-leader-1 { width: 100%; }
  .mkt .mkt-leader-2 { width: 100%; }
}

@media (max-width: 480px) {
  .mkt .mkt-leader-1 img { height: auto; width: 100%; max-width: 100%; max-height: auto;}
  .header-block {display: none !important;}
  .header-block-mobile {display: block !important;}
  #pagebody { margin-bottom: 100px; }
}

@media (max-width: 400px) {
	#pagebody { margin-bottom: 80px; }
}

@media (min-width: 768px) {
  .mkt .mkt-180 a + a { margin-top: 1rem; margin-left: auto; }
  /* .mkt .mkt-300-3 a + a { margin-top: 1rem; } */
}