/* Main index.html Slideshow */
.slideshow-display-container{position:relative}

.slideshow-tiny{font-size:10px!important}.slideshow-small{font-size:12px!important}.slideshow-medium{font-size:15px!important}.slideshow-large{font-size:18px!important}
.slideshow-padding-8{padding-top:8px!important;padding-bottom:8px!important}
.slideshow-padding-16{padding-top:16px!important;padding-bottom:16px!important}
.slideshow-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.slideshow-padding-32{padding-top:32px!important;padding-bottom:32px!important}
.slideshow-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.slideshow-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.slideshow-black,.slideshow-hover-black:hover{color:#fff!important;background-color:#000!important}
.slideshow-red,.slideshow-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.slideshow-transparent,.slideshow-hover-none:hover{background-color:transparent!important}
.slideshow-btn,.slideshow-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.slideshow-button:disabled{cursor:not-allowed;opacity:0.3}
.slideshow-button{white-space:normal}
.slideshow-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.slideshow-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.slideshow-display-bottomright{position:absolute;right:0;bottom:0}
.slideshow-btn,.slideshow-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} 
.slideshow-button{width:5%;text-align:left;padding:8px 16px}
.slideshow-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.slideshow-dropdown-hover:hover > .slideshow-button:first-child,.slideshow-dropdown-click:hover > .slideshow-button:first-child{background-color:#ccc;color:#000}
.slideshow-button:hover{color:#000!important;background-color:#fa656b!important}
.why-andi-slideshow-display{max-width:750px;margin:auto}  

/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  .why-andi-slideshow-display{max-width:350px;margin:auto} 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  .why-andi-slideshow-display{max-width:450px;margin:auto} 
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  .why-andi-slideshow-display{max-width:400px;margin:auto} 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  .why-andi-slideshow-display{max-width:400px;margin:auto} 
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  .why-andi-slideshow-display{max-width:450px;margin:auto}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  .why-andi-slideshow-display{max-width:500px;margin:auto} 
}

