* {
    margin: 0;
    padding: 0;
}

svg {
    pointer-events: none;
    position: absolute;
}

.ad {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-size: cover;
}

.full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.button {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#border {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #000101;
    top: 0;
    left: 0;
    position: absolute;
}

#resolve_border_container {
    width: 100%;
    height: 235px;
    top: 15px;
    position: absolute;
    pointer-events: none;
}

.preloader {
    background: black;
}

.preloader-icon {
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    animation: preloader 1s linear infinite
}

.line {
    stroke: #F6F8C1;
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg)
    }
}

#video_player {
    background-color: black;
}

#video_preloader {}

#resolve_replay {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 0px;
}

#resolve_replay_icon {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    top: 4px;
    background-size: cover;
}

#resolve_cta {
    display: none;
}

.cta_on {}

#toggleAudio {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 2px)
}

.sound-bar {
    position: absolute;
    overflow: hidden;
    left: 4px;
    height: 12px;
    width: 12px;
    top: 4px;
}

.bar {
    height: 100%;
    position: relative;
    font-size: initial;
    margin: 0px 0.5px;
    float: left;
    background-color: white;
    width: 3px;
}

.sound-btn {
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: cover;
    left: -2px;
    top: -3px;
}
#resolve_btn_ig{
  position: absolute;
  width: 22px;
  height: 26px;
  background-size: cover;
  top: 52px;
  left: 0px;
}
#resolve_btn_fb{
  position: absolute;
  width: 22px;
  height: 26px;
  background-size: cover;
  top: 0px;
  left: 0px;
}
#resolve_btn_tw{
  position: absolute;
  width: 22px;
  height: 26px;
  background-size: cover;
  top: 26px;
  left: 0px;
}
#resolve_social{
  position: absolute;
  width: 22px;
  height: 60px;
  background-size: cover;
  top: 18px;
  left: 4px;
}