.disco {
  width: 33%;
  float: left;
  margin-bottom: 35px;
}
.discographyitemcd, .discographyitemvid {
  width: 300px;
  padding: 5px;
  border: 1px solid #dddddd;
  min-height: 460px;
  margin: 0 auto;
}
.discographyitemvid {
  height: 570px; 
}
.discographyitemcd img {
  width: 300px;
  height: 300px;
}
.discographyitemvid img {
  width: 300px;
  height: 425px;
}
.discotitle {
  font-weight: 800;
  font-size: 17px;
  height: 75px;
}
.disclinks {
 margin-top: 5px; 
}
.discodesc {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 100;
}
.discolink {
  float: left; 
  padding-left: 10px;
  padding-right: 10px;
}
.discolink img {
  width: initial;
  height: initial;
}
#discography .page .content-container.narrow {
    max-width: none;
}
.copyright img {
  -webkit-filter: invert(60%); filter: invert(60%);
}
.recent-posts-container .article-image img {
    object-fit: cover;
    width: 300px;
  height: 300px;
  padding: 15px;
}
.content-contain h2 {
  font-size: 50px;
}
.rte.content-contain p {
  font-size: 20px; 
}
.slide__item-content .inner-wrapper {
  font-size: 20px; 
}
.biopic {
 float: right; width: 36%; margin-left: 2%; border: 1px solid #777777; box-shadow: 5px 5px 2px #dddddd; 
}
.text-links .search {
 display: none; 
}
.purchase-box .selection-wrapper .variant-grid .selector-wrapper {
  width: 75%; 
}
header.site-header {
   padding: 0; 
  }
.hero-video p {
 max-width: 40%;
  margin: 0 auto;
}
.half {
  float: left;
  width: 46%;
  padding: 2%;
}
.form-success {
  width: 100%;
  padding: 10px;
  border: solid #660000;
  background-color: #ffcccc;
  text-align: center;
}



@media only screen and (min-width: 769px) and (max-width: 1300px) {
.disco {
  width: 50%;
}
}

@media only screen and (max-width: 769px){
.disco {
  width: 100%;
  float: none;
}
.content-contain h2 {
  font-size: 26px;
}
.rte.content-contain p {
  font-size: 15px;
}
.slide__item-content .inner-wrapper {
  font-size: initial;
}
  .biopic {
 float: none; width: 96%; margin-left: 2%; border: 1px solid #777777; box-shadow: 5px 5px 2px #dddddd; 
}
  


}

@media only screen and (max-width: 600px) {
.recent-posts-container .article-image img {
    width: 90%;
  height: 90%;
  padding: 5%;
  text-align: center;
} 
}

@media only screen and (max-width: 500px){
.content-contain h2 {
  font-size: 18px;
}
.rte.content-contain p {
  font-size: 9px;
}
.slide__item-content .inner-wrapper {
  font-size: 10px;
}

}