.bg-img {
    background: url("../../general/images/rules.jpg");
    background-size: cover;
    background-position: center;

    width: 100%;
    height: 250px;

    margin-top: 74px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rulesframe {
    border: none;
    border-radius: 5px;

    width: 100%;
    height: 100vh;
}

@media only screen and (max-height: 700px) {
    .bg-img {
        height: 150px;
    }
}