

.nicetryty {
   background-color: #f50909;
    background-image: url("http://cfgfactory.com/images/i/53d9181c4114f_adsblock2.png");
    background-position:center;background-size: contain;
    background-repeat: no-repeat;
    height: 196px;
    width: 100%;
    /**/
}

.ads_r {
  background-color: #f50909;
    background-image: url("http://cfgfactory.com/images/i/53d9181c4114f_adsblock2.png");
    background-position:center;background-size: contain;
    background-repeat: no-repeat;
    height: 196px;
    width: 100%;
}


.box-1-1{
  position: relative;
  width: 100%;   /* desired width */
}
.box-1-1:before{
  content: "";
  display: block;
  padding-top: 100%;  /* initial ratio of 1:1*/
}

.box-2-1{
  position: relative;
  width: 100%;   /* desired width */
}
.box-2-1:before{
  content: "";
  display: block;
  padding-top: 15%;
}

.random-block-side{
  background-color: #f50909;
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sayit p{
  color:#FFF;
  margin: 15px;
  font-weight: bold;
  border:2px solid #FFF;
  padding:5px;
}
