@media print {
    @page {
      size: 80mm 40mm;
      margin: 0;
    }
  
    body *:not(.custom-element) {
      display: none;
    }
  
    .custom-element {
      background-color: white;
      border: 1px solid black;
    }
}

.default-custom .content-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#main-nav {
    transition: all .3s ease-in-out;
    background-color: #130532;
}

#main-nav.active {
    background-color: #130532;
}

#main-nav.active a {
    color: white;
}

.carousel__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .carousel__pagination {
        bottom: 1.25rem;
    }

    .carousel__pagination-button {
        width: 15px !important;
        height: 7px !important;
        border-radius: 2px !important;
    }
}

.video-title {
    color:#ceed26;
    top: -3%;
}

.video-container {
    position: absolute;
    width: 55%;
    top: 12.8%;
    left: 23.5%;
}

@media (min-width: 420px) {
    .video-title {
        top:-1%;
    }

    .video-container {
        top: 15.6%;
        /* left: 23.5%; */
    }
}

@media (min-width: 640px) {
    .video-title {
        top:0;
    }

    .video-container {
        top: 15.5%;
        /* left: 23.5%; */
    }
}

@media (min-width: 768px) {
    .video-title {
        top:4%;
    }

    .video-container {
        top: 17.7%;
        /* left: 23.5%; */
    }
}

@media (min-width: 1280px) {
    .video-title {
        top:6%;
    }

    .video-container {
        top: 19%;
        /* left: 23.5%; */
    }
}

@media (min-width: 2000px) {
    .video-title {
        top:6%;
    }

    .video-container {
        top: 21%;
        /* left: 23.5%; */
    }
}

.video-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 58.6%;
}

.video-inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.last-result {
    height:30rem;
    background-image:url(/images/newBg1.jpg);
    background-position:50% 75%;
    margin-top:-15rem;
}

.last-result .letter {
    width:2.1rem;
    height:2.1rem;
    line-height:1.9rem;
}

@media (min-width: 768px) {
    .last-result .letter {
        width: 4.1rem;
        height: 4.1rem;
        line-height: 3.8rem;
    }
}

.bg-history {
    background-image: url(/images/newbg2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


@media (min-width: 768px) {
    .bg-history {
        background-image: url(/images/newbg2.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

