#rt_event_bravia_popup {
  position: relative;
  z-index: 2;
  height: 0; }
  #rt_event_bravia_popup .c5-storePopup {
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1260px;
    display: block; }
    #rt_event_bravia_popup .c5-storePopup .c5-storePopup__inner {
      position: relative;
      max-width: 1260px;
      height: 0;
      margin: 0 20px; }
      #rt_event_bravia_popup .c5-storePopup .c5-storePopup__inner .c5-storePopup__banner {
        position: absolute;
        cursor: pointer;
        width: 167px;
        height: 57px;
        right: 30px;
        bottom: 90px;
        background: #fff; }
        #rt_event_bravia_popup .c5-storePopup .c5-storePopup__inner .c5-storePopup__banner a {
          display: block;
          transition: opacity .2s; }
          #rt_event_bravia_popup .c5-storePopup .c5-storePopup__inner .c5-storePopup__banner a img {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: 0 0 24px rgba(39, 43, 55, 0.2), 2px 5px 7px rgba(39, 43, 55, 0.05);
            -webkit-box-shadow: 0 0 24px rgba(39, 43, 55, 0.2), 2px 5px 7px rgba(39, 43, 55, 0.05); }
          #rt_event_bravia_popup .c5-storePopup .c5-storePopup__inner .c5-storePopup__banner a:hover {
            opacity: .5; }
        @media screen and (max-width: 639px) {
          #rt_event_bravia_popup .c5-storePopup .c5-storePopup__inner .c5-storePopup__banner {
            right: 20px;
            bottom: 65px; } }
