diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index 4a73342178..c0393a36b3 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -39,10 +39,10 @@ body { /* This is an technique to align the block centered vertically and horizontally in a page. */ .centered-block-frame { + display: flex; display: -webkit-flex; /* Safari */ -webkit-justify-content: center; /* Safari 6.1+ */ -webkit-align-items: center; - display: flex; justify-content: center; align-items: center; object-fit:inherit;