.amazon-pre-gravity-202207,
.amazon-pre-gravity-202207 * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amazon-pre-gravity-202207 {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.amazon-pre-gravity-202207 .content-area {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: 1;
}

.amazon-pre-gravity-202207 .copy-block {
    height: 76.07142857%;
    left: 3.90625%;
    min-width: 411px;
    position: absolute;
    top: 7.14285714%;
    width: 39.375%;
}

.amazon-pre-gravity-202207 .copy-block.right {
    left: auto;
    right: 3.90625%;
}

.amazon-pre-gravity-202207 .logo,
.amazon-pre-gravity-202207 .copy-block.bottom {
    bottom: 25px;
    height: 7.63888889%;
    left: 25px;
    position: absolute;
    top: auto;
    width: 10.546875%;
}

.amazon-pre-gravity-202207 .logo.right,
.amazon-pre-gravity-202207 .copy-block.bottom.right {
    left: auto;
    right: 25px;
}

.amazon-pre-gravity-202207 .logo > img {
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}

.amazon-pre-gravity-202207 .video-cover {
    background: url('about:blank');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.amazon-pre-gravity-202207 .video {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.amazon-pre-gravity-202207 .video-mute {
    cursor: pointer;
    left: 25px;
    max-width: 53px;
    min-width: 40px;
    opacity: 1;
    position: absolute;
    top: 75px;
    width: 4%;
    z-index: 15;
}

.amazon-pre-gravity-202207 .video-mute.top {
    bottom: auto;
    left: auto;
    right: 25px;
    top: 65px;
}

.amazon-pre-gravity-202207 .video-mute .unmute {
    display: none;
}

.amazon-pre-gravity-202207 .video-mute.muted .mute {
    display: none;
}

.amazon-pre-gravity-202207 .video-mute.muted .unmute {
    display: block;
}

.amazon-pre-gravity-202207 .video-mute > svg {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.amazon-pre-gravity-202207 .video-mute.top > svg {
    bottom: auto;
    top: 0;
}

.amazon-pre-gravity-202207 .click-cover {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.amazon-pre-gravity-202207 .background {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: opacity 0.4s ease-out;
    z-index: 5;
}

.amazon-pre-gravity-202207 .overlay {
    display: block;
    height: 32%;
    left: 3%;
    position: absolute;
    right: auto;
    top: 37%;
    transition: .5s;
    width: auto;
    z-index: 6;
}

.amazon-pre-gravity-202207 .fade {
    opacity: 0;
}

.amazon-pre-gravity-202207 a:focus,
.amazon-pre-gravity-202207 a:visited,
.amazon-pre-gravity-202207 a:active,
.amazon-pre-gravity-202207 a:hover {
    border: none;
    outline: 0;
}

#play {
    opacity: 0;
}

.amazon-pre-gravity-202207 .wipeInClass {
    animation: wipeIn 2s forwards;
}

.amazon-pre-gravity-202207 .wipeOutClass {
    animation: wipeOut 1s forwards;
}

@keyframes wipeIn{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}

@keyframes wipeOut{
    0%{
        width: 100%;
    }
    100%{
        width: 0%;
    }
}