.artistBG {
  background:  #B2B2B2 url('/Portals/81/Images/background/bigstock-Texas-flag1080web.jpg') no-repeat fixed top;
  background-size: cover;
}

div.dnnForm {
  overflow-x: scroll;
  -webkit-overflow-scrolling:touch;
}

img.elbowRoom{
       margin: 15px;
}

div.tryouts{
      border: 5px solid #5D0D0C;
      box-shadow: 3px 3px 3px black;
      color: black;
      width: 50%;
      padding: 15px;
      border-radius: 10px;
      background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(55,55,55,0) 40%, rgba(137,137,137,0.65) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(55,55,55,0)), color-stop(100%,rgba(137,137,137,0.65))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(55,55,55,0) 40%,rgba(137,137,137,0.65) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(55,55,55,0) 40%,rgba(137,137,137,0.65) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(55,55,55,0) 40%,rgba(137,137,137,0.65) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(55,55,55,0) 40%,rgba(137,137,137,0.65) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6898989',GradientType=0 ); /* IE6-9 */
}

a.dnnPrimaryAction#dnn_ctr48734_Default_List_ActionLink{
      display: none;
}

.iframeWrapper {
position: relative;
  padding-bottom: 90.43%;
  height: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling:touch;
}

.iframeWrapper iframe {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
















