.page-interactive-case iframe {
    border-style: none;
    margin: 40px 0 20px;
    width: 100%;
    height: 768px !important;
}

.page-interactive-case .page-article #block-my-custom-theme-content {
    padding: 40px;
}

@media screen and (max-width: 1028px) {
    .page-interactive-case iframe {
        height: 1417px !important;
    }

    .page-interactive-case #block-my-custom-theme-content {
        padding: 40px 0 !important;
    }

    .page-interactive-case  h1 {
        margin: 0 0 0 20px !important;
    }
}