@media (min-width: 1024px) {
  .centerCol .izlog {
    width: 595px;
    height: 416px;
    overflow: hidden;
    margin: 0 auto 5px;
    position: relative;
  }

  .centerCol .izlogS {
    width: 595px;
    height: 194px;
    overflow: hidden;
    margin: 0 auto 10px;
    position: relative;
  }

  .centerCol .izlog ul {
    width: 595px;
    height: auto;
    overflow: hidden;
    display: none;
    position: relative;
  }

  /*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines:*/
  .pika-thumbs li {
    width: 119px;
    height: 69px;
  }

  .pika-stage,
  .pika-textnav {
    width: 595px;
  }

  .pikachoose {
    width: 520px;
    margin: 0 auto;
  }

  .pika-stage {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0;
    text-align: center;
  }

  .izlog .pika-stage {
    height: 345px;
  }

  .izlogS .pika-stage {
    height: 194px;
  }

  /*if you change the padding on pika-stage you must adjust the top left of this to match! */
  .pika-stage .main-image {
    position: absolute;
    top: 0;
    left: 0;
  }

  .pika-stage .pika-aniwrap {
    position: absolute;
    top: 0;
    left: 0px;
  }

  .pika-stage .pika-aniwrap {
    width: 100%;
  }

  .pika-stage .pika-ani {
    position: relative;
    display: none;
    z-index: 2;
    margin: 0 auto;
  }

  .pika-stage img {
    border: 0;
    height: 100%;
    width: 595px;
  }

  .pika-stage .caption {
    position: absolute;
    background: url(75-black.png);
    border: 1px solid #141414;
    font-size: 11px;
    color: #fafafa;
    padding: 10px;
    text-align: right;
    bottom: 50px;
    right: 10px;
  }

  .pika-stage .caption p {
    padding: 0;
    margin: 0;
    line-height: 14px;
  }

  .pika-imgnav {
    display: none;
  }

  .pika-imgnav a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index: 3;
  }

  .pika-imgnav a.previous {
    background: url(prev.png) no-repeat -16px 0;
    width: 16px;
    height: 130px;
    top: 113px;
    left: 10px;
    cursor: pointer;
  }

  .pika-imgnav a.previous:hover {
    background: url(prev.png) no-repeat 0 0;
  }

  .pika-imgnav a.next {
    background: url(next.png) no-repeat -16px 0;
    width: 16px;
    height: 130px;
    top: 113px;
    right: 10px;
    cursor: pointer;
  }

  .pika-imgnav a.next:hover {
    background: url(next.png) no-repeat 0 0;
  }

  .izlogS .pika-imgnav a.previous,
  .izlogS .pika-imgnav a.next {
    top: 32px;
  }

  .pika-imgnav a.play {
    background: url(play.png) no-repeat 0% 50%;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer;
  }

  .pika-imgnav a.pause {
    background: url(pause.png) no-repeat 0% 50%;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer;
  }

  .pika-textnav {
    overflow: hidden;
    margin: 10px 0 0 0;
    bottom: 10px;
    position: absolute;
    display: none;
  }

  .pika-textnav a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding: 4px;
  }

  .pika-textnav a.previous {
    float: left;
    width: auto;
    display: block;
  }

  .pika-textnav a.next {
    float: right;
    width: auto;
    display: block;
  }

  .pika-thumbs {
    margin: 10px 0 0 17px;
    padding: 0;
    overflow: hidden;
    position: relative;
  }

  .pika-thumbs li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
    cursor: pointer;
    width: 119px;
    height: 69px;
    position: relative;
  }

  .pika-thumbs li .frame {
    background: url("frame.png") no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 119px;
    height: 69px;
    display: none;
  }

  .pika-thumbs li.active .frame {
    display: block;
  }

  .pika-thumbs li:last {
    margin: 0;
  }

  .pika-thumbs li .clip {
    position: relative;
    height: 69px;
    width: 119px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
  }

  .pika-thumbs li .clip img {
    position: relative;
    height: 69px;
    width: 119px;
    margin: 0 auto;
    padding: 0;
  }

  /*for the tool tips*/
  .pika-tooltip {
    font-size: 12px;
    position: absolute;
    color: white;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 3px solid black;
  }

  .pika-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ddd;
    background: #717171;
    font-size: 11px;
    padding: 3px;
    display: none;
  }

  /*if you're not using the carousel you can delete everything below this */
  .jcarousel-skin-pika .jcarousel-container-horizontal {
    padding: 0;
    overflow: hidden;
  }

  .jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 69px;
    width: 595px;
  }

  .jcarousel-skin-pika .jcarousel-item-horizontal {
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .centerCol .izlog {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 5px;
    position: relative;
  }

  .centerCol .izlogS {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    position: relative;
  }

  .centerCol .izlog ul {
    width: 595px;
    height: auto;
    overflow: hidden;
    display: none;
    position: relative;
  }

  /*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines:*/
  .pika-thumbs li {
    width: 119px;
    height: 69px;
  }

  .pika-stage,
  .pika-textnav {
    width: 100%;
  }

  .pikachoose {
    width: 520px;
    margin: 0 auto;
  }

  .pika-stage {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0;
    text-align: center;
  }

  .izlog .pika-stage {
    height: auto;
  }

  .izlogS .pika-stage {
    // height: 194px;
 
  }

  /*if you change the padding on pika-stage you must adjust the top left of this to match! */
  .pika-stage .main-image {
    position: absolute;
    top: 0;
    left: 0;
  }

  .pika-stage .pika-aniwrap {
    position: absolute;
    top: 0;
    left: 0px;
  }

  .pika-stage .pika-aniwrap {
    width: 100%;
  }

  .pika-stage .pika-ani {
    position: relative;
    display: none;
    z-index: 2;
    margin: 0 auto;
  }

  .pika-stage img {
    border: 0;
    height: 100%;
    width: 100%;
  }

  .izlogS .pika-stage img {
    height: auto;
  }

  #izlog2 {
    display: none !important;
  }

  .pika-stage .caption {
    position: absolute;
    background: url(75-black.png);
    border: 1px solid #141414;
    font-size: 11px;
    color: #fafafa;
    padding: 10px;
    text-align: right;
    bottom: 50px;
    right: 10px;
  }

  .pika-stage .caption p {
    padding: 0;
    margin: 0;
    line-height: 14px;
  }

  .pika-imgnav {
    // display: none;
    display: block !important;
  }

  .pika-imgnav a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index: 3;
  }

  .pika-imgnav a.previous {
    // background: url(prev.png) no-repeat -16px 0;
    background: url(left-arrow.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    cursor: pointer;
  }

  .pika-imgnav a.previous:hover {
    background: url(left-arrow.png) no-repeat 0 0;
  }

  .pika-imgnav a.next {
    // background: url(next.png) no-repeat -16px 0;
    background: url(right-arrow.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
  }

  .pika-imgnav a.next:hover {
    background: url(right-arrow.png) no-repeat 0 0;
  }

  .izlogS .pika-imgnav a.previous,
  .izlogS .pika-imgnav a.next {
    // top: 32px;
 
  }

  .pika-imgnav a.play {
    background: url(play.png) no-repeat 0% 50%;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer;
  }

  .pika-imgnav a.pause {
    background: url(pause.png) no-repeat 0% 50%;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer;
  }

  .pika-textnav {
    overflow: hidden;
    margin: 10px 0 0 0;
    bottom: 10px;
    position: absolute;
    display: none;
  }

  .pika-textnav a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding: 4px;
  }

  .pika-textnav a.previous {
    float: left;
    width: auto;
    display: block;
  }

  .pika-textnav a.next {
    float: right;
    width: auto;
    display: block;
  }

  .pika-thumbs {
    margin: 10px 0 0 17px;
    padding: 0;
    overflow: hidden;
    position: relative;
  }

  .pika-thumbs li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
    cursor: pointer;
    width: 119px;
    height: 69px;
    position: relative;
  }

  .pika-thumbs li .frame {
    background: url("frame.png") no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 119px;
    height: 69px;
    display: none;
  }

  .pika-thumbs li.active .frame {
    display: block;
  }

  .pika-thumbs li:last {
    margin: 0;
  }

  .pika-thumbs li .clip {
    position: relative;
    height: 69px;
    width: 119px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
  }

  .pika-thumbs li .clip img {
    position: relative;
    height: 69px;
    width: 119px;
    margin: 0 auto;
    padding: 0;
  }

  /*for the tool tips*/
  .pika-tooltip {
    font-size: 12px;
    position: absolute;
    color: white;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 3px solid black;
  }

  .pika-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ddd;
    background: #717171;
    font-size: 11px;
    padding: 3px;
    display: none;
  }

  /*if you're not using the carousel you can delete everything below this */
  .jcarousel-skin-pika .jcarousel-container-horizontal {
    padding: 0;
    overflow: hidden;
  }

  .jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 69px;
    width: 100%;
  }

  .jcarousel-skin-pika .jcarousel-item-horizontal {
    margin-right: 0;
  }
}