.owl-carousel .owl-item img {
    width:100% !important;
}
.radio-image-card {
    height:300px !important;
}
.card-radio-image {
    height:300px !important;
}
#bluebutton {
    cursor:pointer; margin-top: 6px;
}

@media screen and (min-width:780px) {
    #bluebutton {
        margin-left:275px;
        margin-top:-6px
    }
}

@media screen and (max-width:780px) {
    #mybanner {
        padding-right:10px;
        float:left;
        width:70%;
    }
    #hidemobile {
        display:none;
    }
    .ui-player-container .step1_wrapper {
    width: calc(100% - 95px) !important;
    }
    .input-search {
        width:100% !important;
    }
    #top.show {
        visibility:hidden !important;
    }
    #myfooter {
        margin:0 auto;
    }
    .ui-player-container {
        margin-bottom:-15px;
    }
}

.card-radio {
  background: var(--bs-body-bg);
  border-radius: 15px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  transition: 0.15s ease-in;
  border: var(--main-border-color) 1px;
  border-style: solid;
}
.card-radio:hover, .card-radio:focus-within {
  box-shadow: 0 0 0 1px var(--bs-primary), 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  transform: translatey(-5px);
}

.card-radio-image {
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
}

.radio-image-card {
    object-fit: unset;
    width: 100%;
    height: 180px;
}

.card-radio-header {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-radio-header a {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.25;
  padding-right: 1rem;
  text-decoration: none;
  color: inherit;
  will-change: transform;
}
.card-radio-header a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.icon-button {
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  transition: 0.25s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  cursor: pointer;
  color: #565656;
}
.icon-button svg {
  width: 1em;
  height: 1em;
}
.icon-button:hover, .icon-button:focus {
  background-color: var(--bs-primary) !important;
  color: #FFF;
}

.card-radio-footer {
  margin-top: 1.25rem;
  border-top: 1px solid var(--main-border-color) !important;;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card-radio-meta-views {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}

.card-radio-meta-views svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}

.card-radio-meta-category {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 0.4rem;
}

.card-radio-meta-category svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}