
#carousel-custom {
    margin: 5px auto;
    width: 500px;
    height: 550px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
  /*  overflow: auto; */
    position: static;
    text-align: right;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

@media only screen and (max-width: 660px){
    #carousel-custom{
  width: 100%;
    }
    #content{
        
      
    }
    #carousel-custom{
        width: 100% !important;
        
    }
    #carousel-slide{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 380px;
         width: 100% !important;
        
    }

}


@media only screen and (max-width: 460px){
   
  
    
}
@media only screen and (max-width: 460px){
    #carousel-custom .carousel-indicators li img{
       width: 40px;
        height:40px;
    }
    .detail{
        
    }
    #carousel-custom {
   
    height: 350px;
}

}

/*
.thumbnail{
    width : 100%;
    height: 400px;
    overflow: auto;
}
.thumbnail img{
    width: 100%;
    height: 200px;
    display: block;
}
.detail .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
*/

.thumbnail{
    width : 100%;

    overflow: auto;
}
.thumbnail img{
    width: 100%;
    /* height: 260px; */
    display: block;
}
.detail .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
@media only screen and (min-width: 1200px){

    .thumbnail{

        height: 481px;

    }
    .thumbnail img{
        /*  height:260px;*/
    }
}

@media only screen and (max-width: 460px){
    .thumbnail{
        width : 95%;
        margin: auto;


    }



}