#gallery {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 50px 0 50px 0;
    overflow: hidden;
    background-color: #222;
  }
  #gallery-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    max-width: 1400px;
  }
  #gallery-title {
    width: auto;
    height: auto;
    border-bottom: 2px solid #bb5557;
    margin: 0 0 30px 0;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Caviar Dreams Bold";
  }
  #gallery-title .OESZ_Text {
    text-transform: capitalize;
  }
  #gallery-content {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: "Caviar Dreams Bold";
  }
  .OE_Over#gallery-content {
    color: #2f3238;
  }
  #gallery-content .OESZ_Categories {
    height: 25px;
    font-size: 24px;
  }
  .petite-legende {
    width: 29%;
    height: 350px;
    margin: 1%;
  }
  .diaporama {
    width: 250px;
    height: 250px;
    margin: 1%;
  }
  .diaporama-wide {
    width: 250px;
    height: 250px;
    margin: 1%;
  }
  .swipebox {
    max-width: 750px;
    max-height: 350px;
    width : auto;
    height: auto;
  }
  .swipebox-item .OESZ_Z_Over {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(Opacity=50);
  }
  .OE_Over.swipebox-item {
    box-shadow: 2px 2px 20px Black;
    font-size: 13px;
    font-family: "Caviar Dreams Bold";
    -webkit-box-shadow: 2px 2px 20px Black;
    -webkit-border-radius: 2px 2px 20px Black;
    -moz-border-radius: 2px 2px 20px Black;
    -moz-box-shadow: 2px 2px 20px Black;
  }
  .swipebox-item .OESZ_Z_Over {
    background-color: #c0c0c0;
  }
  .swipebox-item .OESZ_Extra_Over_Title_Sub {
    color: #fff;
    font-size: 16px;
    font-family: "Caviar Dreams Bold";
  }
  .swipebox-item .OESZ_Extra_Over_Button_Zoom {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-image: url("../assets/images/zom.png");
  }
  .swipebox-item .OE_Over.OESZ_Extra_Over_Button_Zoom {
    box-shadow: 2px 2px 20px Black;
    -webkit-box-shadow: 2px 2px 20px Black;
    -webkit-border-radius: 2px 2px 20px Black;
    -moz-border-radius: 2px 2px 20px Black;
    -moz-box-shadow: 2px 2px 20px Black;
  }
  .swipebox-item .OESZ_Extra_Over_Title2_Sub {
    color: #fff;
  }

  @media screen and (max-width: 820px) {
  .diaporama-wide {
    width: 350px;
    height: 350px;
    margin: 1%;
  }
  .diaporama {
    width: 350px;
    height: 350px;
    margin: 1%;
  }
  }
  @media screen and (max-width: 750px) {
    .diaporama-wide {
      width: 250px;
      height: 250px;
      margin: 1%;
    }
    .diaporama {
      width: 250px;
      height: 250px;
      margin: 1%;
    }
    }