@use '../../../styles/tools/functions';
@use '../../../styles/settings/colours';

.Iframe {
    width: 100%;
    border: none;

    &--SizeNormal {
        @media all and (min-width: functions.em(768)) {
            width: 66.6666%;
            margin-left: auto;
        }
    }
}
