html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


@mixin center() {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-photo {
  position: relative;
 // width: 900px;
  width: 1140px;
  //height: 600px;
  height: 1000px;
  border: 2px solid white;}
  .img{
    position: absolute;
   top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%;
  }
  .background-img {

 }
  .foreground-img {

    width: 50%;
  }

  .slider {
   position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
   height: 100%;
   background: transparent!important;
    outline: none;
    margin: 0;
   transition: all .2s;}
   /*@include center;}*/
 /*  &:hover {
      background: rgba(242, 242, 242, 0.1);
    }
  /*  &::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 6px;
      height: 600px;
      background: white;
      cursor: pointer;
    }
    &::-moz-range-thumb {
    width: 6px;
      height: 600px;
      background: white;
     cursor: pointer;

   }*/


  .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
   background-color: white;
    left: calc(50% - 16px);
    top: calc(50% - 18px);

    /*@include center;
    display: table;
    justify-content: center;
    text-align: center;*/

 }
 .slider-button i {
	 
	 display: table-cell;
    font-size: 16pt;
    position: relative;
    left: 4px;
    top: 5px;
}
	 
 }

    /*@mixin arrow-helper() {
      content: '';
     padding: 3px;
      display: inline-block;
      border: solid #5D5D5D;
      border-width: 0 2px 2px 0;
    }
    &:after {
      @include arrow-helper();

      transform: rotate(-45deg);
    }
    &:before {
      @include arrow-helper();
      transform: rotate(135deg);
    }*/
	
	.modal-title{
font-size: 15px !important;
}

