@media (min-width: 280px) and (max-width: 500px) {

    body { 
        background: url(../img/bg2.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      }
       
      .imgasfin{
        width: 60%;
      }
      .imgkv{
        width: 85%;
      }
    
      .imgbu{
        width: 85%;
      }
       
      .imgbwh{
        width: 20%;
        margin-right: 3%;  
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
      }

      
#images{
    text-align:center;
 }
    
      .txtselamat{
        font-size: 15px;
        font-weight: bold;
        color: #002060;
      }
    
      .btngabung{    
        width: 80% !important;
        background: #FBAB18;
        border: 1px solid #FBAB18;
        color: #002060;
        font-size: 15px;
        height: 50px;
        border-radius: 15px 0px;
        font-weight: bold;
      }


}