html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: white;
}

/*Long: our custom css*/
img {
    width: 100px;
    height: 200px;
}

#vid {
    width: 100%;
    height: 500px;
}

.custom {
    color: blue;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
   
}

.custom img {

        max-width: 100%;
        width: auto;
        height: auto
}

.alrbtdtl img {
    width: 300px !important;
    height: auto
}


@media (max-width: 1024px) {

    #ltlid img {
        width: 100%;
        height: auto
    }

    #vid {
        width: 100%;
        height: auto
    }

}