﻿#content {
  padding: 0px 0;
  overflow-y: unset;
  overflow-x: unset;
}


#content .xcol-pic-box   {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px;
}


#content .xcol-pic-box > a  {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    height:100%;
}

#courses::before {
content:" ";
display:block;
background:rgba(255,255,255,0.6);
width:100%;
height: 100%;
position:absolute;
z-index:0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(7px);
  top:0;
left:0;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
}


.anima_pics {
  height: 600px;
}

.anima_pics li {
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.anima_pics img {
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lpcoursedates {
  background: #fff;
  z-index: 9;
  position: relative;
}


#map_usa {
 position:relative;
margin: 5px 0px;
min-height: 250px;
}

.stoerer_content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
scrollbar-color: #999 #ccc;
scrollbar-width: thin;
}

.stoerer_content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
scrollbar-color: #999 #ccc;
scrollbar-width: thin;
}


.info_stoerer {
padding:0;
}

.live-button {
background:#81b252;
  border-radius:100px;
color:#ffffff;
display:block;
text-align:center;
width:140px;
  padding: 35px 5px 35px 0px;
  position: absolute;
  top:50px;
  right: 50px;
  font-size: 22px;
  border:3px dotted #fff;
  line-height: 130%;
  transform:rotate(15deg);
  box-sizing: border-box;
}

.live-button:first-line {
  font-size: 40px;
}

.info_stoerer img {
    padding: 50px;
}

.info_stoerer .btn {
 border: 2px solid #069;
color: #069;
font-size: 20px;
max-width: 60% !important;
margin: 0px auto 30px !important;
font-weight: bold;
text-transform: uppercase;
}


@media screen and (max-width:480px) {
 
  .live-button {
  top:120px;
  right: 20px;
}


.info_stoerer .btn {
white-space:normal;
}
 
}

 