.container-fluid{
  padding-right: 0;
  padding-left: 0;
}

body{
  overflow-x: hidden;
}

.desc{
    margin-top: -20px;
    color: #FDC962;
    line-height: 1.1;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.desc h2,.desc h1{
  margin-bottom: 1px;
}
.mobile-thumbs a img{
  margin: 2px 0px;
  padding: 0;
  border: 0 solid #FDC962;
}

.mobile-thumbs a img:hover{
  border: 0 dashed #FDC962;
}

.mobile-footer{
    color: #FDC962;
    padding: 15px;
    font-size: 9px;
    line-height: 1;
}

.container-fluid{
padding-left: 0px;
padding-right: 0px;
}


.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body {
  overflow-x: hidden;
}

.top-desc span,
.top-desc h1 {
  display: inline;
}

.top-desc,
.top-desc h1 {
  line-height: 1.1;
}

@media screen and (min-width: 963px) and (max-width: 1484px) {
  .mobile-thumbs img {

    width: 24.4%;
    height: auto;
  }

  .top-desc {}

  .logo img {
    width: 150px;
    height: 45px;
  }

  .top-desc span,
  .top-desc,
  .top-desc div,
  .top-desc h1 {
    font-size: 13px;
    line-height: 1;
  }
}

@media screen and (min-width: 723px) and (max-width: 962px) {
  .mobile-thumbs img {
    width: 32.7%;
    height: auto;
  }

  .top-desc {}

  .logo img {
    width: 150px;
    height: 45px;
  }

  .top-desc span,
  .top-desc div,
  .top-desc,
  .top-desc h1 {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (min-width: 100px) and (max-width: 722px) {
  .mobile-thumbs img {
    width: 48.5%;
    height: auto;
  }

  .top-desc {}

  .logo img {
    width: 100px;
    height: 30px;
  }

  .top-desc span,
  .top-desc div,
  .top-desc,
  .top-desc h1 {
    font-size: 11px;
    line-height: 1;
  }
}