@media screen and (max-width:1280px) { 
    .dropdown-menu > li.horiz {
      display: none;
    }
  
  h1.homeTitleLeft, h1.homeTitleRight {
    display: none;
  }
}

@media screen and (min-width:1281px) {
  .dropdown-menu > li.vert {
      display: none;
    }
  
  .vertical {
    display: none !important;
  }
  
  h1.homeTitleTogether {
    display: none;
  }
    
  .videoSpacer {
    margin-top: 80px;
  }
}

@media screen and (max-width:1160px) {
 h1.homePreTitleLeft, h1.homePreTitleRight {
    display: none;
  }
}


@media screen and (min-width:1161px) {
  h1.homePreTitleTogether {
    display: none;
  }
}


@media screen and (min-width:1151px) {
  .fotogNoList {
    display: none !important;
  }
  
  .footerSmall {
    display: none;
  }
  
  .smallScreen {
    display: none;
  }
}
  
@media screen and (max-width:1150px) {
  section.video {
    display: none;
  }
  
  .fotogList {
    display: none !important;
  }
  
  .photogName {
    text-align:center;
  }
  
  #left {
    height: 100%;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: visible; 
  }
  
  #right {
    display: none;
  } 
  
  .footerPush {
    display: none;
  }
  
  .post {
    top: 0;
    padding: 1em;
    width: 100%;
  }
  
  .yt_players {
     width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width:991px) {
.pullRight {
    text-align: left;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:767px) {
  .largeSlides {
    display: none;
  }
  
  h1.yearLarge {
    display: none;
  }
  
  h1.homePreTitleLeft, h1.homePreTitleRight, h1.homePreTitleTogether {
    display: none;
  }
  
  .navbar-collapse {
    min-height: 300px;
  }
  
  .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: 100px;
}
  
}

@media screen and (min-width:768px) {
  .smallSlides {
    display: none;
  }
  
  h1.yearSmall {
    display: none;
  }
}

@media screen and (min-width:1880px) {

  #left {
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll; 
  }

  #right {
    display: none;
  } 
  
  p.smallScreen {
    display: block;
    width: 60%;
  }
  
  h1.smallScreen {
    display: block;
    margin-top: 1%;
  }
  
  .aside {
	position: fixed;
	width: 40%;
    margin-left: 5%;
    padding-right: 1%;
	}
  
  .aside .vid-wrap {
    width: 600px;
    height: 338px;
    max-height: 338px;
    box-shadow: -3px 5px 10px #cbcaca;
	}

}