
    ::-webkit-scrollbar { width: 10px; }
    ::-webkit-scrollbar-track{ border-radius: 5px; box-shadow: inset 0 0 10px rgba(0,0,0,0.25); }
    ::-webkit-scrollbar-thumb{ border-radius: 5px; background-color: #26262626; }
    ::-moz-scrollbar { width: 10px; }
    ::-moz-scrollbar-track { border-radius: 5px; box-shadow: inset 0 0 10px rgba(0,0,0,0.25); }
    ::-moz-scrollbar-thumb{ border-radius: 5px; background-color: #26262626; }
    ::-ms-scrollbar { width: 10px; }
    ::-ms-scrollbar-track{ border-radius: 5px; box-shadow: inset 0 0 10px rgba(0,0,0,0.25); }
    ::-ms-scrollbar-thumb{ border-radius: 5px; background-color: #26262626; }
    .iframe { border-radius: 10px; width: auto; height: 305px; }
    .video_frame { width: auto; border: 1px solid #000; height: auto; border-radius: 10px; }
    .thumbnails { width: 100px; height: 80px; border-radius: 5px; }
    article { background-color: #d73737; text-align: center; position: relative; width: 100%; z-index: 1; }
    .spinner-wrap { display: block; width: 327px; height: 327px; position: relative; left: 50%; margin-left: -163px; top: 19px; }
    .spinner-outer { border: 2px solid #13c8d9; display: block; width: 327px; height: 327px; position: absolute; left: 50%; margin-left: -163px; border-radius: 50%; background: url(../../dist/img/images/pinkrain.gif) center center no-repeat #32302e; }
    .spinner-outer1 { border: 2px solid #13c8d9; display: block; width: 327px; height: 327px; position: absolute; left: 50%; margin-left: -163px; border-radius: 50%; background: url(../../dist/img/images/rain-nature-animated-gif-21.gif) center center no-repeat #32302e; }
    .spinner-outer1:hover { cursor: pointer; }
    .spinner-outer:hover { cursor: pointer; }
    .spinner-center { position: absolute; background: teal center center no-repeat; border-radius: 50%; left: 50%; top: 50%; margin: -99px; pointer-events: none; }
    @keyframes(spin-cw) {
      from
        +transform: (rotate(0deg))
      to
        +transform: (rotate(360deg))
    }