.full-ads{ position: absolute; height: 100%; width: 100%; background-size: cover; } .skip-btn{ position: absolute; background: black; color: #fff; margin: 10px; right: 10px; padding: 5px; border-radius: 5px; } .info-container { width: 100%; text-align: center; bottom: 10%; position: absolute; } .info-container ion-icon{ margin: 10px; font-size: 32px; padding: 10px; border-radius: 50%; display: inline-block; } .red{ background: #ff5757; color: #fff; } .green{ background: #23f172; color: #fff; } .white{ background: #fff; color: #000; } .seconds{ font-size: 28px; font-weight: bold; }