diff --git a/src/app/components/shared/quiz-now/quiz-now.component.scss b/src/app/components/shared/quiz-now/quiz-now.component.scss index 93a37d5b06121c9170783872a2edba3407cbc31b..c4785b36853df6e11b794b3f6b9a944a4163e941 100644 --- a/src/app/components/shared/quiz-now/quiz-now.component.scss +++ b/src/app/components/shared/quiz-now/quiz-now.component.scss @@ -9,34 +9,10 @@ iframe { .responsive-iframe { position: absolute; - top: 6%; + top: 56px; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } - -@media only screen and (max-width: 600px) { - .responsive-iframe { - top: 10%; - } -} - -@media only screen and (max-width: 768px) { - .responsive-iframe { - top: 9%; - } -} - -@media only screen and (max-width: 992px) { - .responsive-iframe { - top: 8%; - } -} - -@media only screen and (max-width: 1200px) { - .responsive-iframe { - top: 7%; - } -}