/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 24.999999%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  background: #fff;
  color:#333;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}.tablinks span::before{
    content: "";
	width: 60px;
	height: 55px;
	display: inline-block;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
	margin-right: 20px;
}
#tablinks-10 span::before {
    background-image: url(../atmosphere-pro/images/portree-bay-thumbnail.png);
}
#tablinks-550 span::before {
    background-image: url(../atmosphere-pro/images/croft-cottage-thumbnail.png);
}
#tablinks-556 span::before {
    background-image: url(../atmosphere-pro/images/rowan-cottage-thumbnail.png);
}
#tablinks-559 span::before {
    background-image: url(../atmosphere-pro/images/corner-cottage-thumbnail.png);
}
@media only screen and (max-width: 1190px) {
    .tab button{
    width:100%;
    }
}