body{
  background-color: rgba(238, 238, 238, 0.8);
  /*background-image: url(/images/logo2.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0% 17% 0% 17%; 
}
.logo img{
  width: 20%;
  height: 20%;
  vertical-align: middle;
  align-content: center;
}
.logo{
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: center;
}
.vk-instructions,
.vk-text-center {
  text-align: center;
}
#vk-zoom-icon-wrapper {
  position: absolute;
  width: 7%;
  padding-bottom: 7%;
  border-radius: 50px;
  top: 3%;
  left: 2%;
  cursor: pointer;
}
.vk-zoom-icon {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#vk-zoom-out {
  display: none;
}
#vk-closeups-wrapper {
  background-color: #fafafa;
  width: 67%;
  height: 95%;
  padding: 0.5%;
  position: absolute;
  top: 1.5%;
  left: 1%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#vk-closeups-wrapper img {
  width: 98.5%;
  position: absolute;
  display: none;
}
#vk-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#vk-controls {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 2%;
  overflow-y: auto;
}
#vk-controls-wrapper {
  width: 100%;
  position: absolute;
}
.vk-instructions {
  color: black;
  margin: 0;
  padding-bottom: 10px;
  font-size: 2vw;
}
.vk-menu-header,
.vk-menu-option {
  height: 40px;
  padding: 0px 0px 0px 10px;
  cursor: pointer;
}
.vk-menu-header {
  position: relative;
}
.vk-menu-options {
  background-color: e6e6e6;
  position: absolute;
  width: 32%;
}
.vk-menu-option {
  position: relative;
}
.vk-inline {
  display: inline;
}
.vk-bold {
  font-weight: 700;
}
#vk-layers {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #7e7e7e;
}
#vk-layers img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.vk-menu-header img {
  float: right;
  margin-left: 10px;
}
.vk-menu-option img {
  position: absolute;
  top: 0;
  right: 0;
}
.vk-menu-option-icons {
  position: relaitve;
}
.vk-vertical-center {
  position: relative;
  top: 50%;
  font-size: 1.3vw;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.vk-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vk-gray-gradient {
  background: -webkit-linear-gradient(#e6e6e6, #cfcfcf);
  background: -o-linear-gradient(#e6e6e6, #cfcfcf);
  background: -moz-linear-gradient(#e6e6e6, #cfcfcf);
  background: linear-gradient(#e6e6e6, #cfcfcf);
  background-color: #dadada;
}
#vk-granite-options,
.vk-white-background {
  background-color: #fff;
}
.vk-spacer-1 {
  height: 10px;
}
.vk-spacer-2 {
  height: auto;
  z-index: 999;
}
#vk-granite-options {
  padding: 0.5%;
  width: 100%;
  padding-bottom: 20px;
}
.vk-granite-option {
  display: inline-block;
  position: relative;
  width: 15.666666666666666%;
  padding-bottom: 14%;
  margin: 0.5%;
}
.vk-granite-option img {
  position: absolute;
  width: 100%;
}
.vk-pointer {
  cursor: pointer;
}
.countertop-header {
  cursor: default;
}
#vk-menu-countertops {
  position: relative;
  width: 95%;
}
.countertop-section {
  margin-top: 12px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 1.3vw;
}
.vk-countertop-name{
  font-size: 1.5vw;
}

@media screen and (max-width:992px) {
  body{
    margin: 0% 10% 0% 10%;
  }
  .vk-vertical-center{
    font-size: 2vw;
  }
  .vk-instructions{
    font-size: 3.5vw;
  }
  .countertop-section{
    font-size: 3.0vw;
  }
  #vk-menu-countertops {
    width: 100%;
  }
  .vk-menu-options{
    width: 92%;
  }
  button{
    margin: 12px;
  }
}

@media screen and (max-width:676px) {
 
  body{
    margin: 0;
  }
  .vk-vertical-center{
    font-size: 3.2vw;
  }
  .vk-instructions{
    font-size: 4vw;
  }
  .countertop-section{
    font-size: 2.8vw;
  }
  #vk-menu-countertops {
    width: 100%;
  }
  .vk-menu-options{
    width: 92%;
  }
  button{
    margin: 12px;
  }

}
