@media (max-width: 767px) {
	.hero-home .card-img-bg {
		background-position: left !important;	
	}
	.hero-fraudprotection .card-img-bg {
		background-position: 22% 50% !important;	
	}
	.hero-shoppingprotection .card-img-bg {
		background-position: left !important;	
	}
}
.offer {
	text-align: center;
}	
.offer .card {
    box-shadow: none !important;
}
.collapsible {
	border: none !important;
}
.collapsible-panel .border {
    border: none !important;
}

.TnC .collapsible {
    text-align: center !important;
    font-weight: bold;
}
.TnC .accordion-content {
    background-color: #ecedee !important;
}

/* Card */
[class^=dls-card][class*=-lg] {
  max-width: 100%;
}
[class^=dls-card][class*=-lg] + h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .card-art > div {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}
/* DLS FIX */
@media screen and (max-width: 1023px) and (min-width: 768px) {
.col-md-2 .dls-card-md {
    width: 6.525rem!important;
    height: 4.075rem!important;
}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
.col-md-2 .dls-card-lg {
    height: 5.1875rem!important;
}
}
@media (min-width: 1279px){
.col-md-2 .dls-card-lg {
    height: 7.1875rem!important;
	width: 11.4rem!important;
}
}





