#animallisting-video-clip-div, #animallisting-video-clip {
  width: 605px;
}

.rounded {
  border-radius: 5px 5px 5px 5px !important;
}

.mart-info {
  color: white;
  font-weight: bolder;
  font-size: 17px;
  font-family: "Tahoma Regular";
  text-align: left;
  position: absolute;
  padding: 15px;
}

.mart-info-line {
  height: fit-content;
  background-color: #DA2128CC;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
}



@media (min-width: 720px) {
  .container-logo-mtplus {
    margin-left: 515px;
    display: flex;
    justify-content: right;
    margin-top: -185px;
  }

  .mart-info-mobile {
    display: none;
  }


}







@media (max-width: 768px) {


  .container-logo-mtplus-desktop {
    display: none;
  }


  .mart-info {
      color: white;
      font-weight: bolder;
      font-size: 12px;
      text-align: left;
      position: absolute;
      padding: 5px;
     /* width: -webkit-fill-available;*/
  }

  .mart-info-line {
      height: fit-content;
      background-color: #DA2128CC;
      border-radius: 5px;
      margin-bottom: 5px;
      width: fit-content;
  }

  .container-logo-mtplus {
    position: inherit;
    top: 0;
    right: 0;
    padding: 5px;
  }

  #animallisting-video-clip-div, #animallisting-video-clip {
    width: 100%;
  }
}
