/***************/
/*Scotland Maps*/
/***************/
.scotchWhisky__panel-412006 .fc-content {
	background-image: url(/media/rtwe/uploads/featurecore/assets/412/628.jpg?v=638466166590300000);
  	background-size: contain;
  	background-repeat: no-repeat;
}

.scotchWhisky__panel-412010 .fc-content {
	background-image: url(/media/rtwe/uploads/featurecore/assets/412/628.jpg?v=638466166590300000);
  	background-size: cover;
  	background-repeat: no-repeat;
}

.scotchWhisky__panel-412006,
.scotchWhisky__panel-412010 {
 	margin-top: 20px;
}

.scotchWhisky__panel-412006 {
 	display: none;
}

@media only screen and (min-width: 660px) {
    .scotchWhisky__panel-412006 {
		display: block;
    }
  
  	.scotchWhisky__panel-412010 {
		display: none;
    }
}