.double-photos{
  display: block;
}
.double-photos > div{
  padding-bottom: 24px;
  width: 100%;
}
@media only screen and (max-width: 694px){
  .double-photos > div{
    background: none!important;
  }
}

@media only screen and (min-width: 695px){
  .double-photos{
    display: flex;
  }
  .double-photos .left{
    margin-right: 12px;
  }
  .double-photos .right{
    margin-left: 12px;
  }
  .double-photos > div{
    padding-bottom: 50%;
    width: 40%;
    background-size: cover;
    background-position: center;
  }
  .double-photos > div.bigger{
    width: 60%;
  }
  .double-photos img{
    display: none;
  }
}



.triple-photos{
  display: block;
}
.triple-photos > div{
  width: 100%;
}
.triple-photos img{
  width: 100%;
  display: block;
}
.triple-photos .smalls > div{
  padding-bottom: 24px;
}

@media only screen and (max-width: 694px){
  .triple-photos > div{
    background: none!important;
  }
  .triple-photos > div.bigger{
    padding-bottom: 24px;
  }
}

@media only screen and (min-width: 695px){
  .triple-photos{
    display: flex;
  }
  .triple-photos .left{
    margin-right: 12px;
  }
  .triple-photos .right{
    margin-left: 12px;
  }
  .triple-photos > div{
    width: 35%;
  }
  .triple-photos > div.bigger{
    width: 65%;
    padding-bottom: 24px;
  }
  .triple-photos > div.bigger div{
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .triple-photos .bigger img{
    display: none;
  }
}
