.videoContainer {
  width: 100%;
  /* max-width: 1024px; */
  border-radius: 4px;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: center;
  justify-content: left;
  align-items: bottom;
}

.loadspinner {
  position: absolute;
  display: block;
  top: 55%;
  left: 47%;
  right: 50%;
  bottom: 50%;
  font-size: 15px;
  color: #4476BC;
  z-index: 1000;
}

.loadspinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.icon{
  width: 40px;
  height: 25px;
  background: url(https://d3ueilvp0rasjc.cloudfront.net/logo-mark.svg) center center no-repeat;
  margin-top:2.5px;
}

.logo-text{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 500 center center no-repeat;
}

.adProgBar {
  position: absolute;
  bottom: 30px;
  display: flex;
  z-index: 9;
  width: 0%;
  height: 7px;
  background: #ec008c;
}

.svg1{
  width: 25px;
  height: 25px;
  fill:#4476BC;
}

.adControls {
  position: absolute;
  bottom: 40px;
  display: flex;
  flex-direction: row;
  z-index: 9;
  font-size: 18px;
}

.adTime {
  position: relative;
  margin-left: auto;
  border-radius: 2px;
  color: rgb(0, 0, 0);
  font-family: 'Open Sans';
  font-weight: normal;
  padding: 0px 5px;
  cursor: pointer;
  
}

.adCtdTimer {
  background-color:transparent;
  color: #4476BC;
  display: none;
}

.adbutton {
  position: relative;
  display: none;
  font-family: 'Open Sans';
  font-weight: normal;
}

.clickAd {
  background-color: transparent;
  border: none;
  color: #4476BC;
}

.adbutton:hover .clickAd {
  color: #ec008c;
  text-decoration: underline;
  font-family: 'Open Sans';
  font-weight: 400;
}

.playnext{
  display: none;
  width:5%;
  height:5%;
  position:absolute;
  left:90%;
  right:0%;
  top:0%;
  bottom:10%;
  margin:auto;
  background-size:contain;
  background-position: center;
}

.playprevious {
  display: none;
  width: 5%;
  height: 5%;
  position: absolute;
  left: 0%;
  right: 90%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
} 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.playprevious {  
  right: 85%;
  bottom: 10%;
} 
.playnext {
  left: 85%;
  bottom: 10%;
}
.loadspinner-border{
width: 1rem;
height: 1rem;
}
.adControls {
font-size:10px;
}
.svg1{
width: 18px;
height: 18px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.playprevious {  
  bottom: 5%;
} 
.playnext {
  bottom: 5%;
}

.svg1{
width: 25px;
height: 25px;
}
.loadspinner{
top: 58%;
  left: 49%;
}
.adControls {
font-size:12px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){
.playprevious {  
  bottom: 0%;
} 
.playnext {
  bottom: 0%;
}
.loadspinner{
top: 58%;
left: 49%;
}
.adControls {
font-size:14px;
}
.svg1{
width: 35px;
height: 35px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.playprevious {  
  bottom: 0%;
} 
.playnext {
  bottom: 0%;
}
.loadspinner{
top: 54%;
  left: 47%;
}
.clickAd {
font-size:16px;
}
.adControls {
font-size:16px;
}
.svg1{
width: 35px;
height: 35px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px){
.playprevious {  
  bottom: 6%;
} 
.playnext {
  bottom: 6%;
}
.loadspinner {
top: 53%;
left: 47%;
}
.clickAd {
font-size:18px;
}
.adControls {
font-size:18px;
}
.svg1{
width: 50px;
height: 50px;
}
}

/* Extra large devices (large laptops and desktops, 1500px and down) */
@media only screen and (max-width: 1500px){
}