@media (min-width: 750px) and (max-width:999px) {
    #top-right-ad-1,
    #top-right-ad-2 {
        padding-right: 4px;
    }
}
@media (min-width: 1000px) {
    #hero-scroller {
        padding-right: 10px;
    }
    #top-right-ad-1,
    #top-right-ad-2 {
        padding-bottom:4px;
    }
    #MI-60130 {
        margin-top: 0;
    }
}
#category-spots .column {
    height: 350px;
}

.category-spot-links {
    margin-bottom: 32px;
    padding: 0 8px 0 8px;
}

.category-spot-links ul {
    padding-left: 0;
}

.category-spot-links ul li {
    display: inline-block;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
}

.category-spot-links ul li a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
    color: #555;
}

.category-spot-links ul li:not(:last-child) > a:after {
    content: "\002C";
}

#MI-1661 {
  margin-right: 15px;
}

@media (min-width: 550px) and (max-width:749px) {
    #top-right-ad-1 {
        padding-right: 8px;
    }

    #top-right-ad-2 {
        padding-left: 8px;
    }

  #category-spots .column {
    height: 400px;
  }
}

