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

  /* For desktop: */




  .blur {
    /* background-color: #ececec; */
    opacity: .4;
    border-radius: 5px 20px 5px;
    z-index: -111;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px); */



    background-repeat: no-repeat;
    background-size: 100% 100%;


  }

  /* line 18, ../sass/tinyslide.scss */
  .tinyslide .navigator {
    position: absolute;
    bottom: 2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 23, ../sass/tinyslide.scss */
  .tinyslide .navigator ul {
    padding: 0;
  }

  /* line 25, ../sass/tinyslide.scss */
  .tinyslide .navigator ul li {
    float: left;
    list-style-type: none;
    margin: 0 1em 0 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid white;
    border-radius: 100%;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
  }

  /* line 35, ../sass/tinyslide.scss */
  .tinyslide .navigator ul li span {
    display: none;
  }

  /* line 38, ../sass/tinyslide.scss */
  .tinyslide .navigator ul li:hover {
    background: white;
  }

  /* line 41, ../sass/tinyslide.scss */
  .tinyslide .navigator ul li.active {
    background: white;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  /* line 51, ../sass/tinyslide.scss */
  .tinyslide aside {
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1);
    transition: transform 800ms cubic-bezier(0.365, 0.84, 0.44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;



  }

  /* line 57, ../sass/tinyslide.scss */
  .tinyslide figure {
    height: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    /* position: absolute;
  top: 0;
  right: 0; */

    z-index: 1;

    padding-top: .5%;
    padding-bottom: .25%;
    /* padding-right: .25%; */
    /* padding-left: .25%; */

    border-radius: 5px;

  }


  /* line 12, ../sass/tinyslide.scss */
  .tinyslide {

    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 18px 20px 3px 1px rgba(150, 150, 150, 0.25);
    -moz-box-shadow: 18px 20px 3px 1px rgba(150, 150, 150, 0.25);
    box-shadow: 18px 20px 3px 1px rgba(150, 150, 150, 0.25);

    border-radius: 5px;
    width: 620px;
    height: 500px;


  }


  /* line 63, ../sass/tinyslide.scss */
  .tinyslide figure img {
    /* margin-left: 1%; */
    width: 620px;
    height: 500px;
    max-width: 90%;
    max-height: 90%;
    /* width: 650;
  min-height: 500px; */
    /* -o-object-fit: cover;
  object-fit: cover; */
    position: absolute;

    border-radius: 5px 20px 5px;

    left: 50%;
    transform: translateX(-50%);
  }

  /* line 69, ../sass/tinyslide.scss */
  .tinyslide figure figcaption {
    position: absolute;
    font-size: 3em;
    color: white;
    bottom: .5em;
    right: 2em;
    z-index: 2;
    opacity: 0;
  }

  /* line 79, ../sass/tinyslide.scss */
  .tinyslide figure.active figcaption {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }



  /** Service Slider **/


  #slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    margin-top: -40px;
  }

  #slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
  }

  #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 400px;
    background: #ccc;
    text-align: center;
    line-height: 550px;
    height: 550px;



  }
.banana{

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img.bg {
  /* Set rules to fill background */
  min-height: 550px;
  min-width: 100%;
	
  max-width: 400px;
  /* Set up proportionate scaling */
  width: auto;
  height: 100%;
	
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
}

  /* img.bg {
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom:0;
  
    
    min-width: 100%;
    min-height: 100%;
  } */

  a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
  }

  a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
  }

  a.control_prev {
    border-radius: 0 2px 2px 0;
  }

  a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }

  .slider_option {
    position: relative;
    margin: 10px auto;
    /* width: 160px; */
    font-size: 18px;
    text-align: center;
    /* border: 1px red solid; */
  }


  /** END Service Slider **/







}