.channelWall {
                        margin-top: 0px;
                    }

                    .channelWall .channel {
                        position: static;
                    }

                    .channelWall .infobox {
                        display: none;
                        position: absolute;
                        width: 100%;
                        z-index: 1;
                        left: 0;
                        padding: 12px 24px;
                        background-color: #F7F7F7;
                    }

                    .channelWall .infobox img {
                        max-width: 100%;
                        height: auto;
                        margin-top: 18px;
                    }

                    .channelWall .infobox .close {
                        position: absolute;
                        top: 6px;
                        right: 6px;
                    }
                    .channelWall .infobox .close:focus,
                    .channelWall .infobox .close:hover {
                        text-decoration: none;
                    }

                    .channelWall .infobox .close:before {
                        content: '\58';
                        font-family: 'Telekom-Icon';
                        color: #383838;
                    }
					
					.tabs .channelWall {
						margin-top: 0;
					}
					
					.channel .logo {
						transform-origin: 0 50%;
						-webkit-transform-origin: 0 50%;
						-ms-transform-oirgin: 0 50%;
					}