//.width-100 { // .videolyser-element { // img { // width: 100%; // } // } //} .videolyser-element { .videolyser-element-container { position: relative; cursor: pointer; border-radius: 20px; /* Rounded corners */ overflow: hidden; /* Clips content inside rounded border */ width: fit-content; img, iframe { border: none; display: block; } iframe { position: absolute; top: 0; left: 0; z-index: 0; display: none; width: 100%; height: 100%; } } @media screen and (max-width: @phoneLandscapeViewportWidth) { display: flex; justify-content: center; } }