#fw-section-collections-list-fd681266-5836-4c48-b06f-af35c2b7f75b {

h1 {
  text-align: center;
}
}





#fw-section-custom-html-37f3c4a2-3346-400e-a3c9-4b60ed6f5ea9 {

@media only screen and (max-width: 767px){
  .responsive-iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .box1{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  .box2{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    padding-top: 56.25%;
  }
}
@media (min-width: 768px) {
  .responsive-iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .box1{
    display:inline-block;
    float:left;
    position: relative;
    overflow: hidden;
    width: 75%;
    padding-top: 40%;
  }
  .box2{
    display:inline-block;
    float:left;
    position: relative;
    overflow: hidden;
    width: 25%;
    padding-top: 40%;
  }
}
.clear{
    clear:both;
}
}