@media only screen and (min-width: 0px) {
  .qt-watchlater-modal {
    position: relative; }
    .qt-watchlater-modal .ttg-hidden {
      display: none; }
    .qt-watchlater-modal ul.qt-watchlater-list {
      display: none;
      clear: both;
      width: 100%;
      position: relative;
      position: absolute;
      width: 200px;
      max-height: 280px;
      overflow-y: auto;
      right: 0;
      background: transparent;
      /**
       * List items
       */ }
      .qt-watchlater-modal ul.qt-watchlater-list li {
        line-height: 1.2em;
        height: auto;
        vertical-align: middle;
        background: transparent;
        display: block;
        width: 100%; }
        .qt-watchlater-modal ul.qt-watchlater-list li a {
          line-height: 1.2rem;
          padding: 0.7rem;
          display: block; }
          .qt-watchlater-modal ul.qt-watchlater-list li a i {
            display: inline;
            position: relative;
            float: left;
            line-height: 1em; }
          .qt-watchlater-modal ul.qt-watchlater-list li a.ttg-watchlater-delete span {
            font-size: 22px;
            background: #fff;
            color: #f00;
            width: 1rem;
            display: inline-block;
            align: center;
            height: 1rem;
            border-radius: 50%;
            vertical-align: text-top;
            text-align: center;
            line-height: 0.72em;
            margin-right: 10px; }
      .qt-watchlater-modal ul.qt-watchlater-list a.ttg-watchlater-disabled {
        cursor: normal;
        color: #444;
        background: #999; }
      .qt-watchlater-modal ul.qt-watchlater-list .ttg-watchlater-item {
        border-bottom: 1px solid rgba(100, 100, 100, 0.1);
        line-height: 1.2em;
        max-height: 3.8rem;
        overflow: hidden;
        text-overflow: ellipsis; }
      .qt-watchlater-modal ul.qt-watchlater-list .ttg-watchlater-item a {
        line-height: 1.2em;
        padding: 0.7rem;
        max-height: 3.8rem;
        overflow: hidden;
        text-overflow: ellipsis; }
      .qt-watchlater-modal ul.qt-watchlater-list .ttg-thumb-inline {
        width: 2.4rem;
        height: auto;
        display: inline-block;
        float: left;
        margin: 0 8px 0 0; }
    .qt-watchlater-modal:hover ul.qt-watchlater-list {
      display: block; }

  /* 
  
  
      .ttg-watchlater-link {
  	transition: all 0.3s;
  	position: relative;
  	line-height: inherit;
  
  	i {
  
  	    vertical-align: text-top;
  	    top: 0;
  	    display: inline-flex;
  	    height: auto;
  	}
  
  
  	.ttg-amount {
  		position: absolute;
  		top: 0;
  		right: 0;
  		display: inline-block;
  		bottom: 0;
  		vertical-align: bottom;
  		height: 70px;
  	}
      } */
  .qt-watchlater-modal-mobile .ttg-watchlater-link {
    transition: all 0.3s;
    position: relative;
    line-height: inherit; }
    .qt-watchlater-modal-mobile .ttg-watchlater-link i {
      vertical-align: text-top;
      top: -0.2rem;
      display: inline-flex;
      height: auto; }
    .qt-watchlater-modal-mobile .ttg-watchlater-link .ttg-amount {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      bottom: 0;
      vertical-align: bottom;
      height: 70px; }
  .qt-watchlater-modal-mobile ul.qt-watchlater-list {
    width: 290px; } }
.ttg-bounce {
  animation: animationFrames linear 0.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px); }
  15% {
    transform: translate(0px, -25px); }
  30% {
    transform: translate(0px, 0px); }
  45% {
    transform: translate(0px, -15px); }
  60% {
    transform: translate(0px, 0px); }
  75% {
    transform: translate(0px, -5px); }
  100% {
    transform: translate(0px, 0px); } }
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px); }
  15% {
    -moz-transform: translate(0px, -25px); }
  30% {
    -moz-transform: translate(0px, 0px); }
  45% {
    -moz-transform: translate(0px, -15px); }
  60% {
    -moz-transform: translate(0px, 0px); }
  75% {
    -moz-transform: translate(0px, -5px); }
  100% {
    -moz-transform: translate(0px, 0px); } }
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px); }
  15% {
    -webkit-transform: translate(0px, -25px); }
  30% {
    -webkit-transform: translate(0px, 0px); }
  45% {
    -webkit-transform: translate(0px, -15px); }
  60% {
    -webkit-transform: translate(0px, 0px); }
  75% {
    -webkit-transform: translate(0px, -5px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px); }
  15% {
    -o-transform: translate(0px, -25px); }
  30% {
    -o-transform: translate(0px, 0px); }
  45% {
    -o-transform: translate(0px, -15px); }
  60% {
    -o-transform: translate(0px, 0px); }
  75% {
    -o-transform: translate(0px, -5px); }
  100% {
    -o-transform: translate(0px, 0px); } }
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px); }
  15% {
    -ms-transform: translate(0px, -25px); }
  30% {
    -ms-transform: translate(0px, 0px); }
  45% {
    -ms-transform: translate(0px, -15px); }
  60% {
    -ms-transform: translate(0px, 0px); }
  75% {
    -ms-transform: translate(0px, -5px); }
  100% {
    -ms-transform: translate(0px, 0px); } }
