::-webkit-scrollbar {
  background: #aaa;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(20, 13, 13, 0.55);
  box-shadow: 0 0 1px rgb(255 255 255 / 50%);
  -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}
body {
  font-family: "Arial Regular" !important;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Arial Regular";
}
.ipub-wrapper * {
  font-family: "Arial Regular";
  font-size: 14px;
}

.top-ad-container {
  position: relative;
  z-index: 99;
}

object {
  max-width: 200px;
}


.ipub-title > div:nth-child(1){
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ipub-wrapper p {
  margin-bottom: 0;
}

.vjs-button {
  bottom: 8px !important;
}

.video-chapter-container {
  max-width: 1024px;
  width: 1024px;
}

.jardiance-logo img {
  max-width: 60%;
}

.video-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ipub-inner-wrapper {
  width: 1291px;
  max-width: 60vw;
  background: 0 0;
  /* padding: 1.25rem 0.25rem 2rem; */
  margin-top: 3rem;
}

.ipub-navbar-container {
  display: flex;
  justify-content: center;
  width: 4000px;
  max-width: 100%;
  margin: 0 2rem;
}

.ipub-navbar-container img {
  height: 40px;
}
.video-isi-container{
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
.ipub-navbar {
  background: #ffffff;
  border-bottom: 44px solid #fbc61b;
  padding: 0.5rem 0;
}

.subHeading {
  font-family: "Arial" !important;
  font-weight: bolder;
  color: #439995 !important;
}

.ipub-highlight {
  color: #439995 !important;
  font-weight: bold !important;
}

.ipub-wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 130vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("/ipubs/jardiance-poster-detail/bg-image.png");
}

.title-h1 {
  margin-top: 20px;
}

.image-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.image-wrap img {
  max-width: 35%;
}

.ipub-title img {
  max-width: 130px;
}

.isi-container {
  width: 100%;
  height: 100%;
}

.ipub-player {
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}

.ipub-header {
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  overflow: hidden;
  color: #006998;
}

.ipub-header h3 {
  padding-top: 2px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #2b294d;
  font-size: 28px;
}

.top-content {
  padding: 2rem 0;
}

.desktop-nav {
  margin-bottom: 1rem;
}

.ipub-title h1 {
  color: #439995;
  text-align: center;
  font: normal normal bold 34px/42px Arial;
}

.ipub-video {
  padding: 0 4.25rem;
  margin: 0 auto;
  max-width: 90vw;
  overflow: hidden;
}

.ipub-bottom * {
  width: 100%;
  color: #707070;
}

.ipub-list {
  list-style: none;
}

.ipub-list li {
  padding-bottom: 0.5rem;
  position: relative;
  padding-left: 25px !important;
}

.ipub-list li::before {
  position: absolute;
  content: "";
  margin-top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #439995;
  border-radius: 50%;
}

.ipub-bottom ul p {
  margin-top: 0;
}

.ipub-bottom p a {
  text-decoration: underline;
}
.buttonHolder{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1399px) {
  .ipub-video {
    padding: 0 3.25rem;
  }
  .ipub-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .ipub-video {
    padding: 0 2rem;
  }
  .ipub-title {
    font-size: 24px;
  }
  .buttonHolder{
    
    flex-direction: column;
}
  .ipub-title > div:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ipub-title > div:nth-child(1) > div:nth-child(1){
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1170px) {
  .image-wrap img {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 968px) {
  .image-wrap img {
    max-width: 38% !important;
  }
  .ipub-list {
    padding: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .jardiance-logo img {
    margin-left: 2rem;
  }
  .footer-mob,
  .moblie-nav {
    display: none;
  }
  .ipub-list {
    padding: 5px 10px 0 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .jardiance-logo img {
    max-width: 60%;
  }
  .ipub-list {
    padding: 10px !important;
  }
  .title-h1,
  .footer-desktop,
  .desktop-nav {
    display: none;
  }
  .ipub-title img {
    max-width: 60%;
  }
  .ipub-title img,
  .jardiance-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .image-wrap img {
    max-width: 15% !important;
  }
}

@media screen and (max-width: 500px) {
  .image-wrap img {
    max-width: 18% !important;
  }
  .ipub-navbar-container img {
    height: 45px !important;
  }
}

@media screen and (max-width: 400px) {
  .image-wrap img {
    max-width: 18% !important;
  }
}

@media screen and (max-width: 1020px) {
  .ipub-wrapper {
    background-size: cover;
  }
  .isi-container {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 968px) {
  .ipub-navbar-container {
    justify-content: center;
  }
  .top-ad-container {
    position: static !important;
    top: 0;
  }
  .ipub-video {
    padding: 0 3.25rem;
  }
  .ipub-title {
    font-size: 28px;
  }
  .ipub-title h1,
  .ipub-title h3 {
    text-align: center;
    font-size: 28px;
  }
  .AD300x250,
  .AD320x50L {
    display: none;
  }
  .ipub-title {
    width: 100%;
    font-size: 1.2rem;
  }
  .ipub-header {
    flex-wrap: wrap-reverse;
  }
  .ipub-player {
    width: 90vw;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
}

.ipub-wrapper {
  overflow-x: hidden;
}

.isi-container {
  width: unset;
}

.video-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ipub-video {
  width: 100%;
  max-width: 100vw;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .shell {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

#flyBanner {
  top: -195px !important;
}

@media (max-width: 600px) {
  .ipub-wrapper {
    margin-top: -2rem !important;
  }
}

@media screen and (max-width: 548px) {
  .ipub-title h1 {
    font-size: 24px;
    padding: 0.5rem 0;
    margin-bottom: 0;
  }
  .ipub-title {
    padding: 0.75rem 0 0;
  }
  .ipub-inner-wrapper {
    max-width: 99vw;
    margin-top: 3rem;
  }
  .ipub-player {
    width: 82vw;
  }
  .ipub-header {
    padding: 0 0.25rem;
    margin-top: 0.5rem;
  }
  .isi-container {
    margin-left: 0;
  }
  .ipub-video {
    padding: 0 1rem;
  }
}

.vjs-control span::before {
  margin-top: 5px;
}

.brightcove .video-js {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 1399px) {
  .brightcove .video-js {
    
  }
}
