/* Background Images /// Zero Slide */

#random-0 {
   background: url("../img/randomimages/random-zero.jpg") no-repeat center center/cover; }

/* Random Image 1 */

#random-1 {
   background: url("../img/randomimages/random_01_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #random-1 {
      background: url("../img/randomimages/random_01_portrait.jpg") no-repeat center center/cover; } }

/* Random Image 2 */

#random-2 {
   background: url("../img/randomimages/random_02_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #random-2 {
      background: url("../img/randomimages/random_02_portrait.jpg") no-repeat center center/cover; } }

/* Random Image 3 */

#random-3 {
   background: url("../img/randomimages/random_03_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #random-3 {
      background: url("../img/randomimages/random_03_portrait.jpg") no-repeat center center/cover; } }

/* Random Image 4 */

#random-4 {
   background: url("../img/randomimages/random_04_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #random-4 {
      background: url("../img/randomimages/random_04_portrait.jpg") no-repeat center center/cover; } }

/* Random Image 5 */

#random-5 {
   background: url("../img/randomimages/random_05_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #random-5 {
      background: url("../img/randomimages/random_05_portrait.jpg") no-repeat center center/cover; } }

/* Random Image 6 */

#random-6 {
   background: url("../img/randomimages/random_06_landscape.jpg") no-repeat center center/cover; }
@media only screen and (orientation: portrait){
  #random-6 {
      background: url("../img/randomimages/random_06_portrait.jpg") no-repeat center center/cover; } }
