|
|
@@ -292,6 +292,7 @@ ul.dropdown-left {
|
|
|
#menu-container.sticky {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
|
|
|
#menu-container .toggle-menu {
|
|
|
@@ -1246,7 +1247,7 @@ header .slick-track {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
|
- align-items: end;
|
|
|
+ align-items: start;
|
|
|
justify-content: center;
|
|
|
padding: 0;
|
|
|
}
|
|
|
@@ -1265,6 +1266,21 @@ header .slick-track {
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+.ot-members .ot-member-image {
|
|
|
+ height: 150px;
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
+ display: -webkit-box;
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
+ display: -moz-box;
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
+ display: -ms-flexbox;
|
|
|
+ /* NEW - Chrome */
|
|
|
+ display: -webkit-flex;
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
.ot-members .ot-member img {
|
|
|
max-width: 120px;
|
|
|
max-height: 150px;
|