#content .entry-title, #content .archive-title {
    text-align: center;
    font-size: 50px;
    text-align: center;
    color: #333333;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -2.5px;
    line-height: 1;
    text-transform: capitalize;
}

#magazine-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: calc(100vh - 200px);
  /*padding-top: 56.25%;*/ /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


#magazine-wrapper div{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.addtoany_content{
    display: none;
}


.entry-title.mob-entry-title {
    text-align: center;
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -2.5px;
    line-height: 1;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none;
}

#content img {
    text-align: center;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page-template-magazine .entry.entry-content .container.ip-issue-holder {
    width: 100%;
    max-width: 1300px;
}


@media only screen and (max-width: 991px) {
  #magazine-wrapper{
    padding-top: 56.25%;
  }

  .entry-title.mob-entry-title{
    display: block;
  } 

  #content .entry-title, #content .archive-title{
    display: none;
  }

  #content-sidebar, #content-full{
    min-height: unset;
    margin-bottom: 20px;
  }

}