/* ========================================
Embed
======================================== */

.embed-section{

  padding:80px 0;

}

.embed-wrap{

  width:100%;

}

/* ========================================
iframe
======================================== */

.embed-wrap iframe{

  width:100%;

  border:0;

  display:block;

}

/* ========================================
Ratio
======================================== */

.ratio-16-9{

  aspect-ratio:16/9;

}

.ratio-4-3{

  aspect-ratio:4/3;

}

.ratio-1-1{

  aspect-ratio:1/1;

}

.ratio-16-9 iframe,
.ratio-4-3 iframe,
.ratio-1-1 iframe{

  width:100%;

  height:100%;

  border:0;

}

/* ========================================
Script / Ad
======================================== */

.embed-script{

  width:100%;

  text-align:center;

  overflow-x:auto;

}

.embed-script > *{

  margin-left:auto;

  margin-right:auto;

}

/* ========================================
Mobile
======================================== */

@media(max-width:768px){

  .embed-section{

    padding:60px 0;

  }

}