@media only screen and (max-width: 900px) { .fb-video span, .fb-video iframe { height:auto !important; } } @media only screen and (max-width: 399px) and (min-width: 300px) { .fb-video iframe { min-height: 250px !important; } } @media only screen and (max-width: 499px) and (min-width: 400px) { .fb-video iframe { min-height: 250px !important; } } @media only screen and (max-width: 599px) and (min-width: 500px) { .fb-video iframe { min-height: 300px !important; } } @media only screen and (max-width: 699px) and (min-width: 600px) { .fb-video iframe { min-height: 360px !important; } } @media only screen and (max-width: 799px) and (min-width: 700px) { .fb-video iframe { min-height: 400px !important; } } @media only screen and (max-width: 899px) and (min-width: 800px) { .fb-video iframe { min-height: 450px !important; } }