#cms-full-body {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  background-color: black;
}

#cms-left-body {
  width: 29%;
  float: left;
}

#cms-center-body {
  width: 42%;
  display: block;
  padding: 0;
  margin: 0;
  background-color: black;
}

#cms-right-body {
  width: 29%;
  float: right;
}

.kb-heading {
  background-color: black;
  width: 100%;
  padding: 10px;
  font-family: 'Figtree', sans-serif;
  color: #fafbfc;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

.cms-main-box {
  border: #d0d0d1 solid 1px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px;
  row-gap: 15px;
}

.cms-kb-box {
  background-color: #f5f5fe;
  border: 1px solid grey;
  width: 30%;
  text-align: center;
}

.cms-kb-box img {
  width: 100%;
  height: auto;
}

.kb-starring-name {
  padding-bottom: 10px;
  font-family: 'Figtree', sans-serif;
  color: #7f7f80;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
}

.kb-director-name {
  padding-bottom: 10px;
  font-family: 'Figtree', sans-serif;
  color: #7f7f80;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
}

.kb-more-info {
  padding-bottom: 10px;
  font-family: 'Figtree', sans-serif;
  color: #7f7f80;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.kb-more-info a {
  padding-bottom: 10px;
  font-family: 'Figtree', sans-serif;
  color: #03b5fc;
  font-size: 1.2rem;
  cursor: pointer;
}

.kb-more-info a:hover {
  color: #f1ce04;
  cursor: pointer;
}


.cmsrow {
    padding: 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    background-color: #161616;
  }

  .cmsrow-divider {
    background-color: #5c5c5c;
    width: 100%;
  }

  .cmscols1 {
    flex: 75%;
  }

  .cmscols2 {
    flex: 25%;
  }
  
  .cmsth img {
    width: 100%;
    height: auto;
  }

  .c50ways1 img {
    width: 100%;
    height: auto;
  }

  .contenthdr {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
  }


  
  .cmscols1 p {
    font-family: 'Figtree', sans-serif;
    font-size: 1.2rem;
    color: #5f5e5e;
    text-align: left;
    line-height: 26px;
    margin: 10px 10px 0 0px;
    padding: 0;
  }

  p.m {
    margin: 0px 3px 15px 0px;
    padding: 0;
  }


  .cmscols1 p b {
    font-family: 'Figtree', sans-serif;
    font-size: 1.2rem;
    color: #275e91;
    text-align: left;
    line-height: 26px;
    margin: 10px 10px 0 0px;
    padding: 0;
  }

  .cmscols1 p b em{
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    color: #2e6e03;
    text-align: left;
    line-height: 26px;
    margin: 10px 10px 0 0px;
    padding: 0;
  }


  .cmscols1 li {
    font-family: 'Figtree', sans-serif;
    font-size: 1.2rem;
    color: #5f5e5e;
    text-align: left;
    line-height: 26px;
    margin: 10px 10px 0 0px;
    padding: 0;
  }


.container50ways {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmsphdr {
  font-family: 'Quicksand', sans-serif;
  font-size: 3rem;
  color: #292929;
  text-align: center;
  margin: 0;
  padding: 30px;
  background-color: #fce5f6;
  }

.c50ways1 {
  flex: 28%;
  margin-right: 20px;
}

.cms-dia-next {
  float:right;
}

.video-size {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  

.movie-inner-links {
  font-family: 'Figtree', sans-serif;
  color: #a0cffc;
  font-size: 1.2rem;
  font-weight: bold;
}