.rewards .back-plate {
    width: 95%;
    height: 62%;
    top: 21%;
}

.rewards .splash {
    width: 60%;
    top: 7%;
    margin-left: 20%;
    height: 12%;
}

.rewards .selection-container {
    width: 77%;
    height: 58%;
    position: absolute;
    margin-top: 18.5%;
    margin-left: 14.5%;
}

.rewards .selection-container .item {
    float: left;
    display: inline-block;
    width: 21%;
    height: 29%;
    margin: 1% 2%;
    position: relative;
}

.rewards .selection-container .item .button-img {}

.rewards .selection-container .item .thumb {
    width: 92%;
    height: 89%;
    top: 9%;
    right: 1%;
    background-color: #063dc7;
    position: absolute;
}

.rewards .selection-container .item .thumb > img {
    width: 100%;
    height: inherit;
    top: 50%;
    transform: translateY(-50%);
}

.rewards .selection-container .item.selected .thumb {
    right: 5%;
    top: 5%;
}

.rewards .selection-container .item .cost {
    position: absolute;
    width: 30%;
    height: 20%;
    top: 66%;
    left: 70%;
    font-size: 4vh;
    font-weight: 600;
    color: #FFF;
}

.rewards .selection-container .item.disabled .cost {
    color: #f44336;
}

.rewards .selection-container .item.selected .cost {
    top: 62%;
    left: 66%;
}

.rewards .selection-container .item .disable-mask {
    opacity: .4;
    cursor: not-allowed;
}

.rewards .video .video-container {
    background-color: #1c5a70;
    border: 3px solid #1c5a70;
    position: absolute;
    margin-left: 19.25%;
    margin-top: 15vh;
    width: 61.5%;
    height: 55%;
    box-shadow: .5vh .5vh 2vh rgba(28, 90, 112, 0.65);
}

.rewards .video .video-container video {
    width: 100%;
    height: 100%;
}

.rewards .video .loader-container {
    top: calc(50% - 100px);
    left: 50%;
    position: absolute;
}

.rewards .video .controls {
    position: absolute;
    margin-top: 50%;
    height: 100%;
    width: 100%;
    transition: margin-top ease-in 333ms;
}

.rewards .video .controls.ng-hide {
    display: inherit !important;
    margin-top: 38%;
}

.rewards .video .controls .play-button {
    width: 9.28%;
    left: 53%;
    height: 18%;
}

.rewards .video .controls .rewind-button {
    width: 12%;
    left: 35%;
    height: 18%;
}

.rewards .video .close-button {
    width: 6%;
    left: 80.2%;
    top: 14.5%;
    height: 8%;
}

.rewards .video .video-title {
    position: absolute;
    width: 60%;
    margin-top: 30%;
    margin-left: 20%;
    text-align: center;
    font-size: 6vh;
    color: #FFF;
    transform: translateY(-50%);
    opacity: 1;
    transition: none;
}

.rewards .video .video-title.ng-hide {
    display: inherit !important;
    opacity: 0;
    transition: opacity ease-out 333ms;
}

.rewards .game {
    width: 75.18%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.rewards .game iframe {
    border: 0;
    width: 961px;
    height: 607px;
    overflow: hidden;
    transform-origin: left top;
}

.rewards .game .game-reward-container {
    width: 100%;
    height: 62.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #1c5a70;
    background-color: #1c5a70;
    box-shadow: .5vh .5vh 2vh rgba(28, 90, 112, 0.65);
    overflow: hidden;
    transition: transform ease-in 333ms;
}

.rewards .game .close-button {
    width: 8%;
    left: 99.2%;
    top: 18.5%;
    height: 8%;
}
