﻿/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

    .rslides img { display: block;  float: left; max-width: 100%; max-height: 100%; border: 0; }

@media screen and (orientation:landscape) {

        #galleryfull{height:80%;width:80%;top:10%;
                       left: 50%;
                         transform: translate(-50%, 0%);
                     max-width:80vh;position:fixed;z-index:1001;}
        
    }

    @media screen and (orientation:portrait) {

        #galleryfull{height:80%;width:80%;top:10%;left:10%;position:fixed;z-index:1001;}

    
    }



/*#galleryfull {
    position: relative;
    left: 50%;
    top: 20%;
    right: 0px;
    bottom: 0vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    height: 80vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #517c99;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
}*/


.holder {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
}