.gallery{
     width:100%;
     float:left;
margin-top: 10px;
}

 .gallery ul{
     margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
margin: 0 auto;
}

 .gallery ul li{
float: left;
background: none;
height: auto;
text-align: center;
width: 100%;
margin-bottom: 20px;
  max-width: 82px;
}

 .gallery img{
     width:30px;
}

 .gallery a{
     color:#fff;
display: inline-block;
}

 .gallery a span{
    background-color: white;
    color: white;
    transition: transform .2s;
    height: 50px;
    width: 50px;
    line-height: 100px;
    margin: 10px auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    /* box-shadow: 0px 0px 7px rgb(0 0 0 / 10%); */
}

 .gallery a span:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

 .gallery p{
margin-top: 10px;
text-shadow: 2px 2px 5px #000;
}

.bottom-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.main
{
position: relative;
z-index: 10;
}

.btn-link {
    font-weight: 400;
    color: #fff;
text-shadow: 2px 2px 5px #000;
    border-radius: 0;
font-size: 16px;
}

.btn-link:hover {
    font-weight: 400;
    color: #fff;
text-shadow: 2px 2px 5px #000;
    border-radius: 0;
font-size: 16px;
}

.add-s
{
position: fixed;
right: -46px;
z-index: 100000;
bottom: 40%;
border-radius: 0;
transform: rotate(90deg);
font-weight: bold;
font-size: 1.5rem;
letter-spacing: 1px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
}
#myYtVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: none;
}
#selvideo2 {
  display: none;
}
.radio {
    top: 542px;
    left: 20%;
    width: 70%;
    margin-right: 50px;
}
 
.footer-link {
    width: 100%;
padding: 15px 0;
text-align: center;
top: 80%;
}

.footer-link a{
color:#fff;
padding: 0 15px;
}
.rframe {
    width:90%;
height:100px;
}
.btn-primary {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.round-btn {
position: fixed;
right: 8px;
z-index: 1000;
bottom: 23%;
font-size: 3rem;
background: rgba(0,0,0,0.6);
color: #fff;
border-radius: 50%;
border: 0;
display: block;
width: 40px;
height: 40px;
line-height: 29px;
text-align: center;
transition: 0.5s ease-in-out;
}

.round-btn:hover {
background: #000;
color: #fff;
}

@media only screen and (min-width: 769px) {
.gallery ul li {
float: none;
background: none;
height: auto;
text-align: center;
width: 100%;
margin-bottom: 8px;
max-width: 82px;
}

.gallery ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
max-width: 250px;
column-count: 2;
height: 91vh;
}
}
@media only screen and (max-width: 1200px) {
.radio {
    top: 542px;
    left: 20%;
   margin-left:2%;
    width: 120%;
    margin-right: 50px;
}
#selvideo {
  display: none;
}
#selvideo2 {
  display: block;
}
#myYtVideo {
  display: none;
}
#myVideo {
  display: block;
}
.rframe {
   width:120%;
   height:100px;
}
}
@media (max-aspect-ratio: 16 / 9) {
#myYtVideo {
    width: 300%;
    left: -100%;
}

@media only screen and (max-width: 768px) {
.gallery ul li {
float: left;
background: none;
width: auto;
height: auto;
text-align: center;
width: 50%;
margin-bottom: 20px;
}
}

@media only screen and (max-width: 767px) {
.gallery a span {
height: 70px;
width: 70px;
line-height: 70px;
}

.gallery img {
width: 30px;
}

.gallery ul li {
    width: 34%;
    max-width: 99px;
}

.gallery ul {
width: 100%;
max-width: 300px;
margin: 0 auto;
}

.gallery {
width: 100%;
float: left;
margin-top: 20px;
}

}