/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;1,800&display=swap");
/* Show it is fixed to the top */
body {
  background: #141414;
  height: 100%;
  padding-top: 78px;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}
@media (max-width: 1399px) {
  body {
    padding-top: 78px;
  }
}
@media (max-width: 1099px) {
  body {
    padding-top: 63px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
}
body.home, body.investor, body.hq, body.printing, body.career  {
  height: 100vh;
}
body.home .bg {
  background-image: url("../img/chuttersnap-QYJZEpufRMk-unsplash.png");
}
body.whoweare .bg {
  background-image: url("../img/chuttersnap-QYJZEpufRMk-unsplash.png");
}
body.events .bg {
  background-image: url("../img/bg-event.png");
}
body.investor .bg {
  background-image:  url('../img/bg-investor.png');
}

body.directors .bg, body.senior-leaders .bg {
  background-image: url("../img/image-24.png");
}

body.nst .bg{
  background-image: url("../img/nst-bg.png");
}

body.bh .bg{
  background-image: url("../img/bh-bg.png");
}

body.hm .bg{
  background-image: url("../img/hm-bg.png");
}

body.career .bg {
  background-image: url("../img/career-bg.png");
}

body.hq .bg {
  background-image: url("../img/hq-bg.png");
}

body.staff .bg {
  background-image: url("../img/staff-bg.png");
}

body.printing .bg {
  background-image: url("../img/printing-bg.png");
}

body.directors.profile main .content.row, 
body.senior-leaders.profile main .content.row, 
body.nst main .content.row, body.events main .content.row{
  height: auto !important;
}
body .bg {
  height: 100%;
  position: fixed;
  width: 100%;
  background-size: cover;
}
body .bg:before {
  background-image: linear-gradient(to bottom, #bebebeba, #976128ab, #ae5f00d4);
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

body .bg.bg-dark:before {
  background-image: linear-gradient(158deg, #464646, #00000094, #00000084);
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.fusion-fullwidth {
  background-color: unset !important;
}

nav.bg-light {
  background: #fff !important;
  transition: all 0.3s ease;
}
@media (min-width:1200px) and (max-width: 1399px) {
  nav .navbar-brand img {
    width: 140px;
  }
}
@media (min-width:768px) and (max-width: 1099px) {
  nav .navbar-brand img {
    width: 100px;
  }
}
nav #menu-nstp-main-menu {
  width: 100%;
}
nav #menu-nstp-main-menu .fusion-bottombar-highlight {
  color: #141414;
  font-size: 17px;
  font-weight: 700;
  line-height: 25.5px;
  text-decoration: none;
}
nav #menu-nstp-main-menu .fusion-bottombar-highlight:hover {
  opacity: 0.3;
}
nav #menu-nstp-main-menu .fusion-bottombar-highlight.active {
  color: #F17B00;
  pointer-events: none;
}
@media (max-width: 1080px) {
  nav #menu-nstp-main-menu .fusion-bottombar-highlight {
    font-size: 15px;
  }
}
@media (max-width: 950px) {
  nav #menu-nstp-main-menu .fusion-bottombar-highlight {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  nav #menu-nstp-main-menu .fusion-bottombar-highlight {
    font-size: 11px;
  }
}
nav #menu-nstp-main-menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}
nav #menu-nstp-main-menu .sub-menu .fusion-bottombar-highlight {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  nav #menu-nstp-main-menu .sub-menu .fusion-bottombar-highlight {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  nav #menu-nstp-main-menu .sub-menu .fusion-bottombar-highlight {
    font-size: 12px;
  }
}
@media (max-width: 929px) {
  nav #menu-nstp-main-menu .sub-menu .fusion-bottombar-highlight {
    font-size: 11px;
  }
}
@media (max-width: 869px) {
  nav #menu-nstp-main-menu .sub-menu .fusion-bottombar-highlight {
    font-size: 9px;
    line-height: 15px;
  }
}
nav #menu-nstp-main-menu li {
  width: 100%;
  padding-bottom: 0.5rem;
}
nav #menu-nstp-main-menu li:nth-child(1) {
  width: 65%;
}
@media (max-width: 1399px) {
  nav #menu-nstp-main-menu li:nth-child(1) {
    width: 80%;
  }
}
nav #menu-nstp-main-menu li:nth-child(2) {
  width: 40%;
}
@media (max-width: 1399px) {
  nav #menu-nstp-main-menu li:nth-child(2) {
    width: 50%;
  }
}
nav #menu-nstp-main-menu li:nth-child(3) {
  width: 60%;
}
@media (max-width: 1399px) {
  nav #menu-nstp-main-menu li:nth-child(3) {
    width: 70%;
  }
}
nav #menu-nstp-main-menu li:nth-child(4) {
  width: 80%;
}
@media (max-width: 1399px) {
  nav #menu-nstp-main-menu li:nth-child(4) {
    width: 100%;
  }
}
nav #menu-nstp-main-menu li:nth-child(5) {
  width: 80%;
}
@media (max-width: 1399px) {
  nav #menu-nstp-main-menu li:nth-child(5) {
    width: 100%;
  }
}
.fixed-top {
  z-index: 1040;
}

main {
  background-attachment: fixed;
  height: 100%;
}

main .content.row > div > div > div.fusion-column-first:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  left: -20px;
}
@media (max-width: 991px) {
  main .content.row > div > div > div.fusion-column-first:before {
    display: none;
  }
}
main .content.row > div > div > div.fusion-column-first:after {
  content: "";
  width: 1px;
  height: 25%;
  position: absolute;
  top: 0;
  background: #F17B00;
  left: -20px;
}
@media (max-width: 991px) {
  main .content.row > div > div > div.fusion-column-first:after {
    display: none;
  }
}
main .content .fusion-column-first .fusion-column-wrapper h3 {
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 44.76px;
}
main .content .fusion-column-first .fusion-column-wrapper h4 {
  font-size: 17px;
  border-top: 10px solid #F17B00;
  margin-top: 50px;
  padding-top: 10px;
}
main .content .fusion-column-wrapper {
  background-color: transparent !important;
  padding: 0 !important;
}
main .content .fusion-column-wrapper span {
  text-align: center;
  display: block;
}
@media (max-width: 575px) {
  main .content .fusion-column-wrapper .fusion-layout-column:not(.fusion-flex-column) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
main > .container > .row > div:first-child > div {
  position: relative;
}

a {
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #F17B00;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  color:#fff;
}

h2 {
  font-size: 70px;
  font-weight: 700;
  color:#fff;
}

.btn {
  transition: all 0.3s ease;
  font-weight: 700;
}
.btn.btn-primary {
  background: #364FCD;
  border-color: #364FCD;
}
.btn.btn-primary:hover {
  background: #586bcc;
  border-color: #586bcc;
}
.btn.btn-secondary {
  background: #F17B00;
  border-color: #F17B00;
}
.btn.btn-secondary:hover {
  background: #f0a85d;
  border-color: #f0a85d;
}

.b-l, .b-r {
  position: relative;
}
.b-l::before, .b-r::before{
  content: "";
  height: 100%;
  width: 14px;
  background: #F17B00;
  position: absolute;
}
.b-l h1 {
  margin-left: 30px;
}
.b-l h1 span {
  display: block;
}


@media (max-width: 991px) {
  .b-l h1 span {
    display: inline;
  }
  .b-l h1{
    font-size: 40px;
  }
}

.b-l p {
  font-size: 17px;
  margin-left: 30px;
}

.b-r h1 {
  margin: 30px;
  color:#fff;
  font-size: 70px;
}
@media (max-width: 767px) {
.b-r h1 {
  font-size: 40px;
}
}

.box {
  padding: 20px;
}

@media (max-width: 767px) {
  .box {
    margin-top: 30px;
    margin-bottom: 120px;
  }

}

.box img {
  padding: 10px;
}
.box.white {
  background: #fff;
}
.box.white p {
  color: #141414;
}
.box.radius {
  border-radius: 40px;
}
.box .logo div img {
  height: 60px;
}
.box .logo div:first-child img {
  height: 52px;
}
.box .logo div:last-child img {
  height: 55px;
}

.navbar-brand img {
  margin: 0 20px 0 0;
  width: 146px;
}

[class*=" awb-icon-"],
[class^=awb-icon-] {
  font-family: "Font Awesome 6 Brands" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=" awb-icon-"] span,
[class^=awb-icon-] span {
  display: none;
}

.fusion-social-network-icon {
  background: #fff;
  color: #F17B00;
}

.awb-icon-facebook:before {
  content: "\f39e";
}

.awb-icon-twitter:before {
  content: "\e61b";
}

.awb-icon-instagram:before {
  content: "\f16d";
}

.awb-icon-linkedin:before {
  content: "\f0e1";
}

.awb-icon-youtube:before {
  content: "\f167";
}

.fusion-social-links-footer {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  text-align: right;
}
.fusion-social-links-footer .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  color: #F17B00;
}
.fusion-social-links-footer .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.fusion-social-links-footer .fusion-social-networks.boxed-icons a {
  width: 38px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none !important;
}
.fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #46494a;
  text-decoration: none;
  box-shadow: none !important;
  line-height: 1;
}
@media (max-width: 665px) {
  .fusion-social-links-footer {
    width: 100%;
    text-align: center;
    display: inherit;
  }
}

footer .bg-dark {
  background: #F17B00 !important;
}
footer .fusion-row {
  max-width: 100% !important;
  width: 100%;
}
footer .fusion-row .fusion-copyright-content {
  display: table;
  width: 100%;
}
@media (max-width: 665px) {
  footer .fusion-row .fusion-copyright-content {
    display: inherit;
  }
}
footer .fusion-copyright-notice {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (max-width: 665px) {
  footer .fusion-copyright-notice {
    width: 100%;
    text-align: center;
    display: inherit;
    margin-bottom: 10px;
  }
}

.navbar-collapse {
  transition: all 1s;
  align-items: normal;
  margin-top: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1399px) {
  .navbar-collapse {
    margin-top: 20px;
  }
}
@media (max-width: 1099px) {
  .navbar-collapse {
    margin-top: 12px;
  }
}
@media (max-width: 850px) {
  .navbar-collapse {
    margin-top: 11px;
  }
}
.navbar-collapse.show {
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.navbar-collapse.show .sub-menu {
  display: inline !important;
}
@media (max-width: 1399px) {
  .navbar-collapse.show {
    margin-top: 20px;
  }
}
@media (max-width: 1099px) {
  .navbar-collapse.show {
    margin-top: 14px;
  }
}
@media (max-width: 850px) {
  .navbar-collapse.show {
    margin-top: 11px;
  }
}

@media (min-width:768px){
  .navbar .navbar-collapse.show .fusion-menu > li.menu-item > a.fusion-bottombar-highlight {
    display: block;
    margin-bottom: clamp(1rem, 0.4286rem + 1.1905vw, 1.5rem);
  }
}

@media (max-width:767px){
  .navbar-collapse.show {
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.youtube-embed {
  position: relative;
  padding: 0 0 56%;
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 665px) {
  .youtube-embed {
    margin-bottom: 120px;
  }
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.acc .imageframe-align-center,
.acc .status {
  display: none;
}
.acc .fusion-layout-column {
  position: inherit !important;
  width: 100%;
  display: list-item;
  margin: 0 17px;
  padding: 0 20px 20px 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.acc .fusion-layout-column .org-box {
  font-size: 20px;
  font-weight: 500;
  padding: 0 !important;
}
.acc .fusion-layout-column .fusion-text {
  height: auto !important;
}
@media (max-width: 991px) {
  .acc {
    margin: 0 auto;
  }
  .acc h2 {
    margin-bottom: 0 !important;
  }
  .acc .acc__card {
    margin: 0;
    position: relative;
  }
  .acc .acc__card .acc__title {
    font-weight: 700;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
  }
  .acc .acc__card .acc__title::after {
    background: transparent;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 5px;
    transform: rotate(90deg);
    content: "\f054";
    top: -5px;
    transition: all 0.2s ease-in-out;
  }
  .acc .acc__card .acc__title.active::after {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    top: 0;
  }
  .acc .acc__card .acc__panel {
    display: none;
    margin: 0;
    text-align: left;
    position: inherit !important;
  }
}

.fusion-layout-column a:hover {
  color: #F17B00 !important;
}

.fusion-clearfix {
  zoom: 1;
  clear: both;
}

.org-box {
  background: transparent !important;
  text-align: left !important;
  line-height: 24px;
}

.status {
  background: transparent !important;
  text-align: left !important;
  padding: 0 !important;
  min-height: unset !important;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

a[href=""] {
  pointer-events: none;
}

.sticky { /* Safari */
  position: sticky;
  top: 78px;
}

.btn-wrap{
  gap: 10px;
  display: flex;
}

@media (max-width: 648px) {
  .btn-wrap{
    display: block;
  }
  
}

.btn {
 border-radius: 10px;
}

.btn-orange {
  background-color: #F17B00 ;
  color:#ffffff;
}
.btn-orange:hover {
  background-color: #bf6606 ;
  color:#ffffff;
}

.btn-blue{
  background-color: #364FCD ;
  color:#ffffff;
}

.btn-blue:hover{
  background-color: #2741c4 ;
  color:#ffffff;
}

.b-f {
  position: relative;
  font-size: 17px;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  color: #ffffff;
}
.b-f:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 100%;
  height: 5px;
  content: '\a0';
  background-color: #F17B00;
  margin-left: 2%;
}

.text-orange{
  color:#F17B00 !important;
}

ol.num-list {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}

.num-list li {
  counter-increment: item;
  margin-bottom: 10px; /* Adjust as needed */
  font-size: 20px;
}

.num-list li::before {
  content: counter(item, decimal-leading-zero)".";
  display: inline-block;
  width: 20px; /* Adjust as needed */
  text-align: right;
  margin-right: 20px; /* Adjust as needed */
}

.num-list li:hover, .num-list li a:hover{
  color:#F17B00;
}

.c-l{
 background-color: #464646;
 padding: 20px;
}
.c-r{
  background-color: #fff;
  padding: 20px;
}

.grid-item {
  position: relative;
  overflow: hidden;
}

.grid-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s;
}

.grid-overlay {
  position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    transition: background-color 0.3s, color 0.3s;
    right: 0;
    bottom: 0;
    background: #510909c2;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
.grid-icon{
  height: 165px;
}

.grid-item:hover .grid-image {
  filter: brightness(0.3); /* Darken the image on hover */
}

.grid-item:hover .grid-overlay {
    background: #00000087;
    border:1px solid #F17B00;
}

.grid-item:hover .grid-text {
    color: #F17B00;
}

.grid-item:hover .grid-icon{
  filter: invert(54%) sepia(40%) saturate(1774%) hue-rotate(3deg) brightness(104%) contrast(101%); 
}

.grid-text {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}


.print .grid-item {
  position: relative;
  overflow: hidden;
}

.print .grid-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s;
}

.print .grid-overlay {
  position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    transition: background-color 0.3s, color 0.3s;
    right: 0;
    bottom: 0;
    background: #000000cf;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}

.print .grid-icon{
  height: 110px;
  background: white;
  padding: 10px;
  margin: 10px 0;
}

.print .grid-item:hover .grid-image {
  filter: brightness(0.3); /* Darken the image on hover */
}

.print .grid-item:hover .grid-overlay {
    background: #00000087;
}

.print .grid-item:hover .grid-text {
    color: #F17B00;
}

.print .grid-item:hover .grid-icon{
  filter: none; 
}

.print .grid-text {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

i {
 margin-right: 10px;
}

.brand-icon{
  display: grid;
}

.brand-icon img{
  height: 70px;
  margin: 10px auto;
}

@media (max-width: 648px) {
  .brand-icon img{
    height: 50px;
  }
}

.brand-icon a{
  text-decoration: underline;
}

.img-event, .img-event:hover{
  cursor: pointer;
  transition: 0.3s ease-out;
}

.img-event.active {
  /* border:4px solid #F17B00; */
  box-shadow: 0px 0px 15px #f17b00;
  border-radius: 15px;
}

.content-wrapper p img {
  width: 100%;
  height: max-content;
  object-fit: contain;
  margin: 1rem 0;
}
.prints img{
  height: 40px;
  margin-bottom: 20px;
}

/*** Spinner ***/
#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
#loader .spinner {
  position: relative;
  top: 30%;
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
#loader .spinner .rect2 {
  animation-delay: -1.1s;
}
#loader .spinner .rect3 {
  animation-delay: -1s;
}
#loader .spinner .rect4 {
  animation-delay: -0.9s;
}
#loader .spinner .rect5 {
  animation-delay: -0.8s;
}
#loader .spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.article p{
  font-size: 14px;
}

.accordion-body{
  background: #f17b01ad;
}
.accordion-item{
  background-color: transparent;
  border:none;
  color: #fff;
}

.accordion-button{
  color:#fff;
  text-decoration: underline;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  display: flex;
  align-items: start;
  width: 100%;
}

.section-number {
  margin-right: 20px;
}
.accordion-button:not(.collapsed){
  background-color: transparent;
  color:#F17B00;
  box-shadow: none;

}

.accordion-button::after{
  content: none;
}

.gm51 {
 background: #ff8400df;
 height:100%;
}

.gm51 i {
  font-size: 20px;
 }
 

.gm51:hover{
  background-color: #ffffff;
}

.ch-100 {
  height: 100%;
}
@media (max-width: 648px) {
  .ch-100 {
    height: auto;
  }
  .accordion-item {
    font-size: 14px;
  }
  .accordion-item a{
    font-size: 13px;
  }
}

.navbar-nav a{
  color: #fff;
  font-size: 17px;
}
.navbar-nav a:hover{
  color: #F17B00;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color: #F17B00;
}

@media (max-width:767px){
  .navbar .col {
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.profile p{
  font-size: 12px;
}

.profile a:hover{
  color: #F17B00;
}

.profile img{
  border-bottom: 10px solid #F17B00;
  padding-bottom: 16px;
  height: clamp(12.5rem, 11.0952rem + 6.422vw, 16.875rem);
  object-fit: cover;
}

.profile .p-info img{
  height: auto;
}

.profile .p-info p{
  font-size: 17px;
}

.profile .p-info h6{
  font-size: 30px;
}

.profile:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  left: -10px;
}
.profile:after {
  content: "";
  width: 1px;
  height: 25%;
  position: absolute;
  top: 0;
  background: #F17B00;
  left: -10px;
}


@media (max-width: 648px) {
  .profile:before, .profile:after{
    content: none;
  }
}

.footer-fixed{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@media (max-width: 648px) {
  .footer-fixed{
    position: relative;
  }
}

.events-item-wrapper {
  height: 100%;
  transition: 0.3s ease-out;
  border: 4px solid transparent;
  border-bottom: 4px solid #f17b01;
  overflow: hidden;
}

.events-item-wrapper:hover {
  border: 4px solid #f17b01;
  border-radius: 10px;
}
.events-item-wrapper:hover img {
  border-radius: 5px;
  transform: scale(1.1);
  filter: brightness(0.8);
}

.events-item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}