@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,body{
    margin:0;
    padding:0;
    height: 100%;
    overflow:hidden;
    font-family: 'Roboto', sans-serif;
}
.maincontainerport,.maincontainertabport{
    display:none;    
}
.maincontainermobland,.maincontainertabland{ 
    display:none;
}
/* Topbar code */
.viewPortBtns {
    height: 35px;
    text-align: center;
    padding: 0px;
    z-index:9999;
    position: relative;
}
.topBar {
    position: fixed;
    width: 100%;
    height: 35px;
    padding: 0.3% 2%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #cecece;
    box-shadow: 2px 0px 13px 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: arial;
  }
  
  .circlemode {
    padding: 8px 16px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }
  .Landscape span:first-child {
    transform: rotate(90deg);
  }
  
  .circlemode span {
    vertical-align: middle;
    color: rgb(170, 170, 170);
    font-size: 16px;
  }

.circlemode i {
    font-size: 25px;
    color: rgb(170, 170, 170);

}

.circlemode:hover span,
.circlemode:hover i {
    color: #fff;
}
span.mob_ls, span.tab_ls {
    transform: rotate(-90deg);
}
.active span, .active span i {
    color: #fff;
}

/* Desktop CSS*/

.contents {
    height: calc(100% - 30px);
    position: relative;
}
.viewPortBtns {
    height: 35px;
    text-align: center;
    padding: 0px;
    z-index:9999;
    position: relative;
}
.containerport,.containermobland,.containertabport,.containerland{
    display:none;
}
.containerland{
    width:100%;
    height:100%;
}
.maincontainertabland, .containertabland {
    display: block;
}
img{
    width:100%;
    height:auto !important;
}

.container{
    height:100%;
    position:relative;
}

/* Mobile Portrait CSS*/

.maincontainerport {
    position: absolute;
    overflow: hidden;
    width: 295.2px;
    height: 598.68px;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
    
}
.containerport {
    background: white;
    position: absolute;
    overflow: hidden;
    width: calc(100% - 38px);
    height: calc(100% - 142px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Mobile Landscape CSS*/

.maincontainermobland {
    position: absolute;
    overflow: hidden;
    height: 295.2px;
    width: 598.68px;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
}
.containermobland {
    background: white;
    position: absolute;
    overflow: hidden;
    height: calc(100% - 38px);
    width: calc(100% - 142px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Tablet Portrait */

.maincontainertabport {
    position: absolute;
    overflow: hidden;
    width: 509.49px;
    height: 768px;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
}
.containertabport {
    background: white;
    position: absolute;
    overflow: hidden;
    width: calc(100% - 56px);
    height: calc(100% - 166px);
    left: 0;
    right: 0;
    top: -12px;
    bottom: 0;
    margin: auto;
}

/* Tablet Landscape*/

.maincontainertabland {
    position: absolute;
    overflow: hidden;
    height: 520.49px;
    width: 768px;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
}
.containertabland {
    background: white;
    position: absolute;
    overflow: hidden;
    width: calc(100% - 158px);
    height: calc(100% - 63px);
    left: 0;
    right: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
}
.undertone-marker {
    top: initial;
    bottom: 0px;
    left: 0px;
    right: initial;
    height: 15px;
    width: 15px;
    z-index: 99999;
    position: absolute;
    background: url('../defaultImages/utmark.png');
    background-size: cover;
}
.undertone-marker.black {
    background-position-y: 100%;
}
.adchoices-marker {
    width: 77px;
    background: url('../defaultImages/ac.png') right rgba(255,255,255,.6);
    background-size: 77px;
    -webkit-border-radius: 8px 0 0;
    -moz-border-radius: 8px 0 0;
    border-radius: 8px 0 0;
    top: initial;
    bottom: 0px;
    left: initial;
    right: 0px;
    height: 15px;
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    pointer-events: auto;
}
/*******************************************/
div#adViews {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
    z-index: 999;
}