.dot
{
  /* background-image: url('https://image.ebdcdn.com/image/upload/c_fill,e_sharpen:70,f_auto,h_32,q_85,w_32/v1/product/color/pl5274.jpg'); */
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot1 
{
  height: 25px;
  width: 25px;
  background-color: brown;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot2 
{
  height: 25px;
  width: 25px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot3 
{
  height: 25px;
  width: 25px;
/*  background-image: url('https://image.ebdcdn.com/image/upload/c_fill,e_sharpen:70,f_auto,h_32,q_85,w_32/v1/product/color/pl5274.jpg');*/
/*background-image: url('http://sc02.alicdn.com/kf/HTB1QpTzOFXXXXb5aFXXq6xXFXXXf/JZ1019-Latest-craft-color-cellulose-acetate-plate.jpg');*/

  background: linear-gradient(45deg, #D9A300 12%, transparent 0, transparent 88%, #4f0c00 0),
    linear-gradient(135deg, transparent 37%, #4f0c00 0, #4f0c00 63%, transparent 0),
    linear-gradient(45deg, transparent 37%, #D9A300 0, #D9A300 63%, transparent 0) black;
    background-size: 25px 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot4
{
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot5 
{
  height: 25px;
  width: 25px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot6
{
  height: 25px;
  width: 25px;
  background-color: #420061;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot7 
{
  height: 25px;
  width: 25px;
  background-color: #000070;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot8 
{
  height: 25px;
  width: 25px;
  background-color: #999999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.container
{
  min-width: 400px;
}

.center {
  padding-left: auto;
  padding-right: auto;
}

.diag {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Saint_Andrew%27s_cross_%28red%29.svg/480px-Saint_Andrew%27s_cross_%28red%29.svg.png");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

.diag:hover 
{
  background-color: black;
  background-size: 120% 120%, auto;
  cursor: not-allowed;
}

.mdots
{
  margin-left: auto;
  margin-right: auto;

}


.col-centered{
  float: left;
  margin: 0px 5px;
}

.wpr
{
  justify-content: center;
  display: flex;
  padding: 10px 10px;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.modal-content
{
  min-width: 400px;
}



.mySlides
{
  width: 568px;
  height: 378px;
}

@media (max-width: 768px) {
  .mySlides
  {
     width: 370px;
     height: 245px;
  }

  /* .modal-body
  {
    width: 398px;
  } */

  .modal-content
  {
    width: 400px;
  }

  .modal
  {
    left: 20%;
  }
}


@media (max-width: 500px) {
  .modal
  {
    left: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  .modal
  {
    left: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}


 /* @media only screen and (max-width: 600px) {
  .mySlides
  {
    min-width: 568px;
    min-height: 378px;
  }
} */