#main-header {
  background-image: url("https://sandmasterpark.com/wp-content/uploads/2018/04/navbackg.jpg");
  background-size: auto;
  background-repeat: repeat;
  background-color: #362525;
}

.entry-content table {
  border-width: 0px;
}

.entry-content tr td {
  border-left-width: 0px;
  border-width: 0px;
}

.tablepress thead th {
  color: #dde62b;
  background-color: #000000;
}

.tablepress tbody tr:first-child td {
  color: #ffffff;
}

.wpsm-comptable.center-table-align th {
  color: #dde62b;
  background-color: #000000;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex div {
  padding: 1em;
}

.left {
  float: left;
}

.right {
  float: right;
  clear: both;
}

.video-one,
.video-two,
.video-three,
.video-four {
  float: left;
  width: 20%;
}

.contact-facebook,
.contact-sandboard,
.contact-ven,
.contact-sboard {
  float: left;
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .video-one,
  .video-two,
  .video-three,
  .video-four {
    width: 50% !important;
  }
}

/*** END 600px CSS ***/

@media only screen and (max-width: 414px) {
  .video-one,
  .video-two,
  .video-three,
  .video-four {
    width: 100% !important;
  }
}

/*** END 414px CSS ***/

#footer-bottom {
  background-image: url("https://sandmasterpark.com/wp-content/uploads/2018/04/navbackg.jpg");
  background-size: contain;
}