#coi-blog-soundtrack
{
  position: absolute;
  z-index: 999;
  top: 11%;
  width: 25%;
  right: 1%;
}

.📖-zoom-scaler
{
  right: 25% !important;
}

@media screen and (max-width: 1370px)
{
  #coi-blog-soundtrack
  {
    width: 21%;
  }
}

@media screen and (max-width: 800px)
{
  #coi-blog-soundtrack.youtube
  {
    /* top: 72%; */
    right: 50%;
    top: 50%;
  }
  
  #coi-blog-soundtrack.youtube.bigtext
  {
    top: 72%;
  }

  #coi-blog-soundtrack.bigtext iframe
  {
    height: 50px;
  }
}

@media screen and (max-width: 500px)
{
  #coi-blog-soundtrack.youtube
  {
    right: 65%;
    top: 50%;
  }

  #coi-blog-soundtrack.youtube iframe
  {
    height: 120px;
  }
}