@media only screen and (max-width: 720px) {
    .card-custom .card-body {
        padding: 2.5rem !important;
    }

    .btn {
        font-size: 24px !important;
    }

    .img-wrapper {
        width: 200px;
        height: auto;
        margin-bottom: 1rem !important;
    }

    .time-wrapper {
        margin-top: 0px;
    }

    iframe {
        margin-top: 115px;
    }

    .box-back {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 812px) {
    .card-custom .card-body {
        padding: 2.5rem !important;
    }

    .btn {
        font-size: 24px !important;
    }

    .img-wrapper {
        width: 200px;
        height: auto;
        margin-bottom: 1rem !important;
    }
}