@media (min-width: 1401px) {
  .prd-cinematch-hero-bg {
    width: 100%;
    color: rgb(33, 37, 41);
    background: url("/assets/img/cine-page-bg.png") center / 100% no-repeat;
  }
}

.prd-cinematch-title {
  margin: auto;
  font-family: 'Averia Serif Libre', serif;
  padding: 5px;
  padding-left: 0px;
}

.prd-cinematch-buy-now {
  border-radius: 25px;
  background: url("/assets/img/CTA%20background.png") no-repeat;
  background-size: 100% 100%;
}

.prd-btn-cine-cta:hover {
  color: #2496F5 !important;
}

.prd-btn-cine-cta {
  width: 226px;
  border-width: 2px;
}

@media (max-width: 1400px) {
  .prd-cinematch-hero-bg {
    width: 100%;
    color: rgb(33, 37, 41);
    background: url("/assets/img/first%20screen%20image%20mobile@3x.png") -30px 100px/ 110% no-repeat;
  }
}

@media (max-width: 600px) {
  .prd-nitrate-title {
    font-size: 32px!important;
  }
}

@media (max-width: 600px) {
  .prd-cinematch-title {
    font-size: 24px!important;
    padding-left: 0px;
  }
}

@media (max-width: 600px) {
  .prd-cinematch-subtitle {
    font-size: 18px !important;
  }
}


.players {
    display: flex;
    font-size: 14px;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 120px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .players {
        flex-direction: row;
        padding-top: 0;
    }
}

.players .player {
    width: 100%;
}

@media (min-width: 992px) {
    .players .player {
        position: relative;
        width: 50%;
    }
}

@media (min-width: 100000000px) {
    .players .player.left {
        padding-left: 70px;
    }

    .players .player.right {
        padding-right: 70px;
    }
}

.players .player.left .player-video {
    border-radius: 0 0 20px 20px;
}

@media (min-width: 992px) {
    .players .player.left .player-video {
        border-radius: 20px 0 0 20px;
    }
}

.players .player.right .player-video {
    border-radius: 20px 20px 0 0;
}

@media (min-width: 992px) {
    .players .player.right .player-video {
        border-radius: 0 20px 20px 0;
    }
}

.players .player .player-video {
    padding: 56.25% 0 0 0;
    position: relative;
    background: url(/Content/cinematch/ajax-loader.gif) 50% 50% no-repeat;
    background-color: #333333;
    overflow: hidden;
}

    .players .player .player-video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .players .player .player-video:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.players .player-video, .players .player-control {
    box-shadow: 14px 7px 22px #00000052;
}

.players .player-control, .players .player-footer {
    background: #131A21;
    color: #fff;
    display: flex;
}

.players .player-control {
    position: absolute;
    border-radius: 8px;
}

    .players .player-control .text-muted {
        color: #BBC4D5 !important;
    }

    .players .player-control .btn, .players .player-control .player-selector a {
        font-size: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        border: 0;
        box-shadow: none !important;
        border-radius: 0.55rem;
    }

    .players .player-control.show > .btn-black.dropdown-toggle {
        background: #131A21;

    }

    .players .player-control.right {
        right: 0;
        left: 0;
        top: 0;
    }



@media (min-width: 992px) {
    .players .player-control.right {
        right: -10px;
        top: -10px;
        left: 165px;
    }
}

@media (min-width: 100000000px) {
    .players .player-control.right {
        left: 225px;
    }
}

.players .player-control.left {
    left: 0;
    right: 0;
    top: 60px;
}

@media (min-width: 992px) {
    .players .player-control.left {
        left: -10px;
        top: -10px;
        right: 165px;
    }
}

@media (min-width: 100000000px) {
    .players .player-control.left {
        right: 225px;
    }
}

.players .player-selector {
    background: #131A21;
}

    .players .player-selector .dropdown-item {
        color: white;
        padding: 10px 20px;
    }

        .players .player-selector .dropdown-item:hover, .players .player-selector .dropdown-item:active {
            background: #20293B;
        }

.players .player-footer {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 5px;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
}

@media (min-width: 992px) {
    .players .player-footer {
        border-bottom-right-radius: 20px;
        font-size: inherit;
        padding: 10px 15px;
        position: absolute;
    }
}

@media (min-width: 100000000px) {
    .players .player-footer {
        right: 70px;
    }
}

.players .player-footer img {
    margin-left: 5px;
}

.players .player-footer .custom-switch {
    margin: 0 5px 0 5px;
}

@media (min-width: 576px) {
    .players .player-footer .custom-switch {
        margin-left: 15px;
    }
}

.players .custom-control-input:checked ~ .custom-control-label::before {
    background-image: linear-gradient(to right, #00A59B, #4983A8);
    border-color: transparent;
}

.player-name {
    color: white;
    margin-left: 10px;
}

.form-switch .form-check-input {
    height: 16px;
    width: 30px;
    margin-top: 5px;
    padding-left: 10px !important;
    background-color: white;
}

    .form-switch .form-check-input:checked {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"), linear-gradient(270deg,#00a59b,#4983a8);
        background-repeat: no-repeat;
        background-position: right
    }


.dropdown-toggle::after {
    color: white !important;
}